Skip to content

Commit 879f241

Browse files
committed
Disable some things for the ssl enhancements to fit
1 parent 93490c3 commit 879f241

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ports/espressif/boards/espressif_esp32_eye/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ CIRCUITPY_CREATION_ID = 0x00320001
33

44
IDF_TARGET = esp32
55

6+
CIRCUITPY_MESSAGE_COMPRESSION_LEVEL = 9
7+
68
CIRCUITPY_ESP_FLASH_SIZE = 4MB
79
CIRCUITPY_ESP_FLASH_MODE = qio
810
CIRCUITPY_ESP_FLASH_FREQ = 80m
@@ -17,3 +19,4 @@ CIRCUITPY_PIXELBUF = 0
1719
CIRCUITPY_PS2IO = 0
1820
CIRCUITPY_ROTARYIO = 0
1921
CIRCUITPY_TOUCHIO = 0
22+
CIRCUITPY_KEYPAD = 0

ports/espressif/boards/mixgo_ce_serial/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CIRCUITPY_ESP_FLASH_FREQ = 80m
1010
CIRCUITPY_ESP_FLASH_SIZE = 4MB
1111

1212
CIRCUITPY_AESIO = 0
13+
CIRCUITPY_AUDIOBUSIO = 0
14+
CIRCUITPY_CANIO = 0
1315
CIRCUITPY_CODEOP = 0
1416
CIRCUITPY_ESPCAMERA = 0
1517

0 commit comments

Comments
 (0)