This commit is contained in:
richonguzman 2023-07-30 23:53:59 -04:00
parent a8f013ba7d
commit 35499c36c6
11 changed files with 58 additions and 64 deletions

View file

@ -37,7 +37,6 @@ void Configuration::readFile(fs::FS &fs, const char *fileName) {
beaconInterval = data["other"]["beaconInterval"].as<int>();
rememberStationTime = data["other"]["rememberStationTime"].as<int>();
sendBatteryVoltage = data["other"]["sendBatteryVoltage"].as<bool>();
lastWiFiCheck = data["other"]["lastWiFiCheck"].as<int>();
digi.comment = data["digi"]["comment"].as<String>();
digi.latitude = data["digi"]["latitude"].as<double>();