changing the range of possible frequencies
Change to maximum width used by ham radio operators worldwide
This commit is contained in:
parent
dc3a9d3db9
commit
64f529452f
|
|
@ -51,7 +51,7 @@
|
|||
<div class="grid-container halves">
|
||||
<div>
|
||||
<label for="lora_freq">Frequency [MHz]</label>
|
||||
<input name="lora_freq" id="lora_freq" type="number" min="433.000" max="434.000" step="0.001" title="LoRa center frequency between 433.001 and 434.000">
|
||||
<input name="lora_freq" id="lora_freq" type="number" min="433.000" max="450.000" step="0.001" title="LoRa center frequency between 433.001 and 450.000">
|
||||
</div>
|
||||
<div>
|
||||
<label for="lora_speed">Speed [baud]</label>
|
||||
|
|
|
|||
|
|
@ -119,8 +119,8 @@ build_flags =
|
|||
-D ENABLE_WIFI
|
||||
-D ENABLE_BLUETOOTH
|
||||
-D ENABLE_SYSLOG
|
||||
-D 'SYSLOG_IP="192.168.0.102"'
|
||||
-D DEVELOPMENT_DEBUG
|
||||
;-D 'SYSLOG_IP="192.168.0.102"'
|
||||
;-D DEVELOPMENT_DEBUG
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
arcao/Syslog
|
||||
|
|
|
|||
Loading…
Reference in New Issue