slightly more (emulated) ram

This commit is contained in:
folkert van heusden 2024-03-28 23:48:37 +01:00
parent d523d2dcc3
commit 22d51ba515
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -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 };