mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 06:26:46 +00:00
display repack
This commit is contained in:
parent
be908e2120
commit
6d15a555c7
8 changed files with 156 additions and 156 deletions
|
|
@ -53,7 +53,6 @@ void Configuration::readFile(fs::FS &fs, const char *fileName) {
|
|||
loramodule.power = data["lora"]["power"].as<int>();
|
||||
|
||||
display.alwaysOn = data["display"]["alwaysOn"].as<bool>();
|
||||
display.keepLastPacketOnScreen = data["display"]["keepLastPacketOnScreen"].as<bool>();
|
||||
display.timeout = data["display"]["timeout"].as<int>();
|
||||
|
||||
configFile.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue