mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-07 15:36:24 +00:00
first beta test
This commit is contained in:
parent
08191ebb04
commit
89176a8842
10 changed files with 161 additions and 8 deletions
|
|
@ -60,6 +60,8 @@ void Configuration::readFile(fs::FS &fs, const char *fileName) {
|
|||
syslog.active = data["syslog"]["active"].as<bool>();
|
||||
syslog.server = data["syslog"]["server"].as<String>();
|
||||
syslog.port = data["syslog"]["port"].as<int>();
|
||||
|
||||
bme.active = data["bme"]["active"].as<bool>();
|
||||
|
||||
configFile.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue