mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
SSDP added
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "Utils\WebUtils.h"
|
||||
#include "Init.h"
|
||||
#include "Utils/Timings.h"
|
||||
#include <SSDP.h>
|
||||
|
||||
void not_async_actions();
|
||||
|
||||
@@ -70,6 +71,9 @@ void setup() {
|
||||
udpInit();
|
||||
#endif
|
||||
|
||||
pm.info("Ssdp Init");
|
||||
SsdpInit();
|
||||
|
||||
ts.add(
|
||||
TEST, 1000 * 60, [&](void*) {
|
||||
pm.info(printMemoryStatus());
|
||||
|
||||
Reference in New Issue
Block a user