Added more modes
Added more modes, compatible to the old '300bps' mode but with different correction rates. Renamed all modespatch-1^2
rodzic
bf4f564701
commit
ffba4f2ac6
|
@ -58,10 +58,14 @@
|
||||||
<input name="lora_freq" id="lora_freq" type="number" min="433.000" max="928.000" step="0.001" title="LoRa center frequency between 433.001 and 928.000">
|
<input name="lora_freq" id="lora_freq" type="number" min="433.000" max="928.000" step="0.001" title="LoRa center frequency between 433.001 and 928.000">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="lora_speed">Speed [baud]</label>
|
<label for="lora_speed">Speed</label>
|
||||||
<select id="lora_speed" name="lora_speed">
|
<select id="lora_speed" name="lora_speed">
|
||||||
<option value="300">300 baud</option>
|
<option value="300">BW 125khz CR 4:5 SF 12 (default, 300bps)</option>
|
||||||
<option value="1200">1200 baud</option>
|
<option value="240">BW 125khz CR 4:6 SF 12 (244bps)</option>
|
||||||
|
<option value="210">BW 125khz CR 4:7 SF 12 (209bps)</option>
|
||||||
|
<option value="180">BW 125khz CR 4:8 SF 12 (183bps)</option>
|
||||||
|
<option value="610">BW 125khz CR 4:8 SF 10 (610bps)</option>
|
||||||
|
<option value="1200">BW 125khz CR 4:7 SF 9 (polish, 1200bps)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -304,7 +308,7 @@
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<center><b>Contributors in order of appearance:</b><br> OE1ACM, OE3CJB, SQ9MDD, SQ5RWU, DJ1AN, M0IGA, SQ5WPR, DO2JMG, SP6VWX, SQ2WB, IU2FRL, DO3BOX</center>
|
<center><b>Contributors in order of appearance:</b><br> OE1ACM, OE3CJB, SQ9MDD, SQ5RWU, DJ1AN, M0IGA, SQ5WPR, DO2JMG, SP6VWX, SQ2WB, IU2FRL, DO3BOX</center>
|
||||||
<center><b>Latest stable version:</b> <a href=https://github.com/SQ9MDD/TTGO-T-Beam-LoRa-APRS>https://github.com/SQ9MDD/TTGO-T-Beam-LoRa-APRS</a></center>
|
<center><b>Latest stable version:</b> <a href=https://github.com/SQ9MDD/TTGO-T-Beam-LoRa-APRS>https://github.com/mi-gri/TTGO-T-Beam-LoRa-APRS</a></center>
|
||||||
<center><b>Licensed under:</b> CC BY-NC-SA</center>
|
<center><b>Licensed under:</b> CC BY-NC-SA</center>
|
||||||
<center><!--VERSION--></center>
|
<center><!--VERSION--></center>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Ładowanie…
Reference in New Issue