diff --git a/src/configuration.h b/src/configuration.h index 78fe149..d2aac75 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -103,7 +103,7 @@ private: loramodule.power = data["lora"]["power"].as(); displayEcoMode = data["other"]["displayEcoMode"].as(); - displayTimeout = data["other"]["displayTimeout"].as(); + displayTimeout = data["other"]["displayTimeout"].as(); destination = data["other"]["destination"].as(); path = data["other"]["path"].as(); overlay = data["other"]["overlay"].as();