mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 22:19:00 +00:00
feat: low power mode
This commit is contained in:
parent
a8a7c3e3a3
commit
14999d1b66
9 changed files with 133 additions and 4 deletions
|
|
@ -213,6 +213,9 @@ function loadSettings(settings) {
|
|||
settings.lora.codingRate4;
|
||||
document.getElementById("lora.power").value = settings.lora.power;
|
||||
|
||||
// Experimental
|
||||
document.getElementById("other.lowPowerMode").checked = settings.other.lowPowerMode;
|
||||
|
||||
updateImage();
|
||||
refreshSpeedStandard();
|
||||
toggleFields();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue