Auto node discovery.

This commit is contained in:
Blaz Kristan
2021-01-22 16:17:18 +01:00
parent 0266370218
commit dd433d8af0
9 changed files with 601 additions and 393 deletions

View File

@@ -187,6 +187,8 @@ void notify(byte callMode, bool followUp=false);
void realtimeLock(uint32_t timeoutMs, byte md = REALTIME_MODE_GENERIC);
void handleNotifications();
void setRealtimePixel(uint16_t i, byte r, byte g, byte b, byte w);
void refreshNodeList();
void sendSysInfoUDP(uint8_t repeats=1);
//um_manager.cpp
class Usermod {