mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
minor refactor
This commit is contained in:
@@ -828,9 +828,9 @@ void _showerColdShotStart() {
|
||||
|
||||
// callback for loading/saving settings to the file system (SPIFFS)
|
||||
bool FSCallback(MYESP_FSACTION action, const JsonObject json) {
|
||||
bool recreate_config = true;
|
||||
|
||||
if (action == MYESP_FSACTION_LOAD) {
|
||||
bool recreate_config = true;
|
||||
|
||||
// led
|
||||
EMSESP_Status.led = json["led"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user