smithtek-mako-rf 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/smithtek-mako-rf.html +1 -2
package/package.json
CHANGED
package/smithtek-mako-rf.html
CHANGED
|
@@ -408,9 +408,8 @@
|
|
|
408
408
|
|
|
409
409
|
<div class="form-row">
|
|
410
410
|
<label for="node-config-input-gap_s"><i class="fa fa-arrows-h"></i> Gap (seconds)</label>
|
|
411
|
-
<input type="number" id="node-config-input-gap_s" style="width:140px;">
|
|
411
|
+
<input type="number" id="node-config-input-gap_s" step="0.1" min="0" style="width:140px;">
|
|
412
412
|
</div>
|
|
413
|
-
|
|
414
413
|
<div class="form-tips">
|
|
415
414
|
Select a channel. RF is for the LoRa long range radio RTU coms.
|
|
416
415
|
</div>
|