adds new MQTT commands.
See
https://blueforcer.github.io/awtrix-light/#/mqtt
This commit is contained in:
Stephan Mühl
2023-03-23 17:13:52 +01:00
parent 04c9b5a85c
commit a3584ce059
10 changed files with 77 additions and 12 deletions

View File

@@ -206,7 +206,7 @@ void ServerManager_::loadSettings()
SHOW_HUM = doc["Show humidity"];
SHOW_BATTERY = doc["Show battery"];
file.close();
DisplayManager.setSettings();
DisplayManager.applyAllSettings();
Serial.println(F("Configuration loaded"));
return;
}