diff --git a/ChangeLog b/ChangeLog index 369e734144..547560afed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -122,6 +122,7 @@ Changed 6x8 builtin font to a modified Dina_r400-6 supporting non-ASCII characters Bangle.js: Modify E.showMessage/Prompt/Alert to clear the entire screen and redraw widgets (fix #1771) Bangle.js: Modify Bangle.drawWidgets to only clear the areas where widgets actually are, not the whole top&bottom bar + ESP32: add SDCard support 2v04 : Allow \1..\9 escape codes in RegExp ESP8266: reading storage is not working for boot from user2 (fix #1507) diff --git a/boards/ESP32.py b/boards/ESP32.py index 5ed735df19..83bc2a2e15 100755 --- a/boards/ESP32.py +++ b/boards/ESP32.py @@ -32,7 +32,6 @@ 'TELNET', 'NEOPIXEL', 'FILESYSTEM', - 'FLASHFS', 'BLUETOOTH' ], 'makefile' : [