diff options
| author | hierophect <hierophect@gmail.com> | 2020-10-05 13:02:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-05 13:02:42 -0400 |
| commit | e93a274f2fbddaaa0f58d5759316bbc99aa8c41e (patch) | |
| tree | ab8201492a543da223062d5803bbd3350b71550c /ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.mk | |
| parent | 0467a828808f15cc5f0e502667f61e4a448450df (diff) | |
| parent | 9535edb8f4be7a01158b75c78a2a56fe11e6d3f0 (diff) | |
Merge branch 'main' into esp32-analogin
Diffstat (limited to 'ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.mk')
| -rw-r--r-- | ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.mk b/ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.mk index 294736d17..9857c0761 100644 --- a/ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.mk +++ b/ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.mk @@ -16,3 +16,6 @@ CIRCUITPY_ESP_FLASH_FREQ=40m CIRCUITPY_ESP_FLASH_SIZE=16MB CIRCUITPY_BITBANG_APA102 = 1 + +# Include these Python libraries in firmware. +# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar |
