mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 13:19:50 +03:00
RGB - to RGBW conversion algorithm changed
This commit is contained in:
@@ -920,7 +920,7 @@ int loadConfigFromEEPROM()
|
||||
root = aJson.parse(&as);
|
||||
if (!root) {
|
||||
debugSerial<<F("\nload failed\n");
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
debugSerial<<F("\nLoaded\n");
|
||||
applyConfig();
|
||||
@@ -960,7 +960,7 @@ int mqttConfigResp(char *as) {
|
||||
root = aJson.parse(as);
|
||||
|
||||
if (!root) {
|
||||
debugSerial<<F("\nload failed");
|
||||
debugSerial<<F("\nload failed\n");
|
||||
return 0;
|
||||
}
|
||||
debugSerial<<F("\nLoaded");
|
||||
|
||||
Reference in New Issue
Block a user