micropython/ports/esp8266/modules
Damien George 47dc7d0130 esp32,esp8266: Allow Ctrl-C to interrupt the corrupt-fs while loop.
Commit c046b23ea2 prevented frozen boot code
from being interrupted by Ctrl-C, but that means a corrupt filesystem will
forever lock up an esp32/esp8266 board.  This commit fixes that by
explicitly enabling Ctrl-C before running the forever loop.

Signed-off-by: Damien George <damien@micropython.org>
2023-06-15 12:19:57 +10:00
..
_boot.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
apa102.py
espnow.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
flashbdev.py
inisetup.py esp32,esp8266: Allow Ctrl-C to interrupt the corrupt-fs while loop. 2023-06-15 12:19:57 +10:00
port_diag.py