debug mode added for memory testing

This commit is contained in:
cottongin
2026-01-26 13:56:36 -05:00
parent d8bee1d21f
commit a707cc6da2
25 changed files with 89 additions and 9 deletions

View File

@@ -90,6 +90,7 @@ void OtaUpdateActivity::onExit() {
if (displayTaskHandle) {
vTaskDelete(displayTaskHandle);
displayTaskHandle = nullptr;
vTaskDelay(10 / portTICK_PERIOD_MS); // Let idle task free stack
}
vSemaphoreDelete(renderingMutex);
renderingMutex = nullptr;