add udp support for esp32

Device can see each other esp32 and esp8266 and send date
This commit is contained in:
Dmitry Borisenko
2020-04-21 01:20:56 +02:00
parent 285a898ba9
commit 990bd6fb47
6 changed files with 107 additions and 96 deletions

View File

@@ -1,18 +0,0 @@
{
"name": "IoTmanager",
"chipID": "",
"ssidAP": "WiFi",
"passwordAP": "",
"ssid": "your_ssid",
"password": "your_password",
"timezone": 3,
"mqttServer": "",
"mqttPort": 0,
"mqttPrefix": "/IoTmanager",
"mqttUser": "",
"mqttPass": "",
"scenario": "1",
"pushingbox_id": "",
"web_login": "admin",
"web_pass": "admin"
}