changed json var names to more visible

This commit is contained in:
Dmitry Borisenko
2020-06-19 14:50:34 +02:00
parent e6637dcd69
commit 48ba3c99dd
18 changed files with 428 additions and 340 deletions

View File

@@ -22,9 +22,9 @@ boolean just_load = true;
const char *hostName = "IoT Manager";
// Json
String configSetup = "{}";
String configJson = "{}";
String optionJson = "{}";
String configSetupJson = "{}";
String configLiveJson = "{}";
String configOptionJson = "{}";
// Mqtt
String chipID = "";