This commit is contained in:
richonguzman 2023-06-01 13:15:00 -04:00
parent f52460225b
commit 24c2030a3a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ private:
loramodule.power = data["lora"]["power"].as<int>();
displayEcoMode = data["other"]["displayEcoMode"].as<bool>();
displayTimeout = data["other"]["displayTimeout"].as<int>();
displayTimeout = data["other"]["displayTimeout"].as<int>();
destination = data["other"]["destination"].as<String>();
path = data["other"]["path"].as<String>();
overlay = data["other"]["overlay"].as<String>();