выпадающий список сетей wifi

This commit is contained in:
Dmitry Borisenko
2022-02-05 02:13:56 +01:00
parent 6966a66ef0
commit f2f94ba071
11 changed files with 55 additions and 14 deletions

View File

@@ -38,6 +38,9 @@ String paramsHeapJson = "{}"; //переменная в которой хр
String orderBuf = "";
String eventBuf = "";
// wifi
String ssidListJson = "{}";
// Mqtt
String mqttServer = "";
int mqttPort = 0;