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

@@ -38,9 +38,10 @@ void setup() {
ts.add(TEST, 5000, [&](void*) {
ts.add(TEST, 10000, [&](void*) {
getMemoryLoad("[i] periodic check of");
//String json = "{}";
//jsonWriteStr(json, "test6", GetTime());
//ws.textAll(json);