mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
udp support
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "Utils/Timings.h"
|
||||
#include "Utils\WebUtils.h"
|
||||
#include "items/ButtonInClass.h"
|
||||
#include "RemoteOrdersUdp.h"
|
||||
|
||||
void not_async_actions();
|
||||
|
||||
@@ -68,8 +69,12 @@ void setup() {
|
||||
pm.info("WebAdmin");
|
||||
web_init();
|
||||
|
||||
pm.info("InitSt");
|
||||
initSt();
|
||||
|
||||
pm.info("asyncUdpInit");
|
||||
asyncUdpInit();
|
||||
|
||||
#ifdef UDP_ENABLED
|
||||
pm.info("Broadcast UDP");
|
||||
udpInit();
|
||||
|
||||
Reference in New Issue
Block a user