mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
add udp support for esp32
Device can see each other esp32 and esp8266 and send date
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user