File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
1616
1717CIRCUITPY_ESPCAMERA = 0
1818CIRCUITPY_BITMAPFILTER = 0
19+ CIRCUITPY_BLEIO = 0
20+ CIRCUITPY_CODEOP =0
1921CIRCUITPY_PARALLELDISPLAYBUS = 0
2022
2123OPTIMIZATION_FLAGS = -Os
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
1616OPTIMIZATION_FLAGS = -Os
1717CIRCUITPY_ESPCAMERA = 0
1818CIRCUITPY_BITMAPFILTER = 0
19+ CIRCUITPY_BLEIO = 0
1920CIRCUITPY_CODEOP =0
2021CIRCUITPY_PARALLELDISPLAYBUS = 0
2122
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
1616OPTIMIZATION_FLAGS = -Os
1717CIRCUITPY_ESPCAMERA = 0
1818CIRCUITPY_BITMAPFILTER = 0
19+ CIRCUITPY_BLEIO = 0
20+ CIRCUITPY_CODEOP =0
1921CIRCUITPY_PARALLELDISPLAYBUS = 0
2022
2123# Include these Python libraries in firmware.
You can’t perform that action at this time.
0 commit comments