mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
Fix Mongoose stackoverflow
This commit is contained in:
@@ -223,7 +223,7 @@ void startWiFiMode()
|
|||||||
xTaskCreate(
|
xTaskCreate(
|
||||||
HandleRestAPIPollTask,
|
HandleRestAPIPollTask,
|
||||||
"HandleRestAPIPollTask",
|
"HandleRestAPIPollTask",
|
||||||
1024 * 2,
|
2024 * 2,
|
||||||
restAPI.get(),
|
restAPI.get(),
|
||||||
1, // it's the rest API, we only serve commands over it so we don't really need a higher priority
|
1, // it's the rest API, we only serve commands over it so we don't really need a higher priority
|
||||||
nullptr);
|
nullptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user