fix: Update BOOK_CACHE_VERSION to 5

This commit is contained in:
Arthur Tazhitdinov 2026-01-14 01:07:18 +05:00
parent 43ebe9c66e
commit 0e29640699

View File

@ -9,7 +9,7 @@
#include "FsHelpers.h"
namespace {
constexpr uint8_t BOOK_CACHE_VERSION = 4;
constexpr uint8_t BOOK_CACHE_VERSION = 5;
constexpr char bookBinFile[] = "/book.bin";
constexpr char tmpSpineBinFile[] = "/spine.bin.tmp";
constexpr char tmpTocBinFile[] = "/toc.bin.tmp";