Skip to content

Commit

Permalink
update documentation on rtl-sdr SN
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Mar 9, 2024
1 parent 02c27cc commit 45da060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/device/config.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<label for="rtlDeviceId">Device index</label>
<input type="number" id="rtlDeviceId" name="rtlDeviceId" :class="{'is-invalid': errors.has('rtlDeviceId') }" v-validate="'required|integer'" class="form-control" v-model.number="entity.rtlDeviceId">
<div class="invalid-feedback" v-if="errors.has('rtlDeviceId')">{{ errors.first('rtlDeviceId') }}</div>
<small id="rtlDeviceIdHelp" class="form-text text-muted">If several rtl-sdr devices connected specify index here to distinguish them</small>
<small id="rtlDeviceIdHelp" class="form-text text-muted">If several rtl-sdr devices connected specify index here or SN (serial number) to distinguish them</small>
</div>
</div>
<div class="col-md-4">
Expand Down

0 comments on commit 45da060

Please sign in to comment.