mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Bus scanner added
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "Utils\WebUtils.h"
|
||||
#include "items/ButtonInClass.h"
|
||||
#include "RemoteOrdersUdp.h"
|
||||
#include "Bus.h"
|
||||
|
||||
void not_async_actions();
|
||||
|
||||
@@ -73,6 +74,9 @@ void setup() {
|
||||
|
||||
SerialPrint("I","UDP","Udp Init");
|
||||
asyncUdpInit();
|
||||
|
||||
SerialPrint("I","Bus","Bus Init");
|
||||
busInit();
|
||||
|
||||
#ifdef SSDP_EN
|
||||
SerialPrint("I","SSDP","Ssdp Init");
|
||||
|
||||
Reference in New Issue
Block a user