8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5897b0d + aac324c commit 9629a0cCopy full SHA for 9629a0c
ports/espressif/boards/crcibernetica-ideaboard/mpconfigboard.mk
@@ -5,5 +5,11 @@ IDF_TARGET = esp32
5
6
CIRCUITPY_ESP_FLASH_MODE = dio
7
CIRCUITPY_ESP_FLASH_FREQ = 40m
8
-CIRCUITPY_ESP_FLASH_SIZE = 16MB
+CIRCUITPY_ESP_FLASH_SIZE = 8MB
9
CIRCUITPY_ESP32_CAMERA = 0
10
+
11
+# Include these Python libraries in firmware
12
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
13
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
14
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_SimpleIO
15
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Motor
0 commit comments