mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-07 09:22:46 +02:00
samples settings
This commit is contained in:
+4
-2
@@ -26,9 +26,11 @@
|
||||
<label for="gateway">Gateway Address</label>
|
||||
<input type="text" id="gateway" name="gateway" value="192.168.1.1"><br>
|
||||
<label for="fstart">FREQ START</label>
|
||||
<input type="text" id="fstart" name="fstart" value="800"><br>
|
||||
<input type="number" id="fstart" name="fstart" value="800"><br>
|
||||
<label for="fend">FREQ END</label>
|
||||
<input type="text" id="fend" name="fend" value="960"><br>
|
||||
<input type="number" id="fend" name="fend" value="960"><br>
|
||||
<label for="samples">SCAN SAMPLES</label>
|
||||
<input type="number" id="samples" name="samples" value="10"><br>
|
||||
<input type="submit" value="Submit">
|
||||
</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user