Allocate heap caps

This commit is contained in:
2025-10-10 23:59:50 +02:00
parent 3dc234eecb
commit d1cf04ffdb
+1 -1
View File
@@ -33,7 +33,7 @@ extern "C" void app_main(void)
};
esp_pm_configure(&pm_cfg);
heap_caps_init();
xTaskCreate(watchdogTask, "wdt", 256, NULL, configMAX_PRIORITIES-1, NULL);
}