Version section bin files

This commit is contained in:
Dave Allie
2025-12-06 22:04:59 +11:00
parent dd6e649d74
commit bb151caee7
4 changed files with 31 additions and 20 deletions

View File

@@ -148,7 +148,7 @@ void EpubReaderScreen::renderPage() {
const auto filepath = epub->getSpineItem(currentSpineIndex);
Serial.printf("Loading file: %s, index: %d\n", filepath.c_str(), currentSpineIndex);
section = new Section(epub, currentSpineIndex, renderer);
if (!section->hasCache()) {
if (!section->loadCacheMetadata()) {
Serial.println("Cache not found, building...");
{