Skip to content

Commit 76f885f

Browse files
committed
esp32-eye: Turn off some less useful modules.
1 parent b57c37c commit 76f885f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ports/espressif/boards/espressif_esp32_eye/mpconfigboard.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ CIRCUITPY_ESP_FLASH_FREQ = 80m
1010
CIRCUITPY_ESP_PSRAM_SIZE = 8MB
1111
CIRCUITPY_ESP_PSRAM_MODE = qio
1212
CIRCUITPY_ESP_PSRAM_FREQ = 40m
13+
14+
CIRCUITPY_NEOPIXEL_WRITE = 0
15+
CIRCUITPY_PS2IO = 0
16+
CIRCUITPY_ROTARYIO = 0
17+
CIRCUITPY_TOUCHIO = 0

0 commit comments

Comments
 (0)