slightly more (emulated) ram
This commit is contained in:
parent
d523d2dcc3
commit
22d51ba515
1 changed files with 1 additions and 1 deletions
2
bus.cpp
2
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 };
|
||||
|
|
Loading…
Add table
Reference in a new issue