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