mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
esp32 version
This commit is contained in:
@@ -80,11 +80,13 @@ void setup() {
|
||||
SerialPrint("I", "Bus", "Bus Init");
|
||||
busInit();
|
||||
|
||||
#ifdef SSDP_EN
|
||||
#ifdef SSDP_ENABLED
|
||||
SerialPrint("I", "SSDP", "Ssdp Init");
|
||||
SsdpInit();
|
||||
#endif
|
||||
|
||||
//esp_log_level_set("esp_littlefs", ESP_LOG_NONE);
|
||||
|
||||
ts.add(
|
||||
TEST, 1000 * 60, [&](void*) {
|
||||
SerialPrint("I", "System", printMemoryStatus());
|
||||
|
||||
Reference in New Issue
Block a user