From 22d51ba515c4c96946c31084ee756991994c167f Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Thu, 28 Mar 2024 23:48:37 +0100 Subject: [PATCH] slightly more (emulated) ram --- bus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus.cpp b/bus.cpp index 57ecc51..9437d37 100644 --- a/bus.cpp +++ b/bus.cpp @@ -22,7 +22,7 @@ // see also https://github.com/espressif/esp-idf/issues/1934 constexpr int n_pages = 12; #else -constexpr int n_pages = 30; // 30=240kB (for EKBEEx.BIC) +constexpr int n_pages = 31; // 30=240kB (for EKBEEx.BIC) #endif constexpr const int di_ena_mask[4] = { 4, 2, 0, 1 };