8000 Turn off codeop on c3 qtpy · cezer-io/circuitpython@419243a · GitHub
[go: up one dir, main page]

Skip to content

Commit 419243a

Browse files
committed
Turn off codeop on c3 qtpy
1 parent 2601436 commit 419243a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1
1111

1212
CIRCUITPY_ESP_USB_SERIAL_JTAG = 1
1313

14+
# Not enough flash space.
15+
CIRCUITPY_CODEOP = 0
16+
1417
# Not enough pins.
1518
CIRCUITPY_PARALLELDISPLAYBUS = 0

0 commit comments

Comments
 (0)
0