Skip to content

Commit 7db8f92

Browse files
committed
Update some build flags to be more like the original tft feathers
.. enable camera and use default (better) optimization
1 parent af70401 commit 7db8f92

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ports/espressif/boards/adafruit_feather_esp32s2_reverse_tft/mpconfigboard.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ IDF_TARGET = esp32s2
99
CIRCUITPY_ESP_FLASH_MODE = dio
1010
CIRCUITPY_ESP_FLASH_FREQ = 40m
1111
CIRCUITPY_ESP_FLASH_SIZE = 4MB
12-
13-
OPTIMIZATION_FLAGS = -Os
14-
CIRCUITPY_ESP32_CAMERA = 0

ports/espressif/boards/adafruit_feather_esp32s3_reverse_tft/mpconfigboard.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ IDF_TARGET = esp32s3
99
CIRCUITPY_ESP_FLASH_MODE = dio
1010
CIRCUITPY_ESP_FLASH_FREQ = 40m
1111
CIRCUITPY_ESP_FLASH_SIZE = 4MB
12-
13-
OPTIMIZATION_FLAGS = -Os
14-
CIRCUITPY_ESP32_CAMERA = 0

0 commit comments

Comments
 (0)