Fix: Remove remaining SDLock in ChapterHtmlSlimParser

This commit is contained in:
Antigravity Agent 2026-01-19 23:12:46 -05:00
parent e9f39659e3
commit 7a38bd55f4

View File

@ -269,7 +269,6 @@ void XMLCALL ChapterHtmlSlimParser::endElement(void* userData, const XML_Char* n
}
bool ChapterHtmlSlimParser::parseAndBuildPages() {
SDLock lock;
Serial.printf("[%lu] [EHP] parseAndBuildPages start. Heap: %u\n", millis(), ESP.getFreeHeap());
Serial.printf("[%lu] [EHP] Calling startNewTextBlock\n", millis());