RGB - to RGBW conversion algorithm changed

This commit is contained in:
2019-03-13 00:43:33 +03:00
parent 6a6fbf469b
commit 04caf6ffdf
3 changed files with 22 additions and 7 deletions

View File

@@ -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");