Skip to content

Commit 7de1da4

Browse files
committed
woops out of sync header, plus... i dunno add some frozen modules cause we have almost no RAM :(
1 parent 813fa67 commit 7de1da4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ports/esp32s2/boards/adafruit_feather_esp32s2_nopsram/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* THE SOFTWARE.
2525
*/
2626

27-
#include "boards/board.h"
27+
#include "supervisor/board.h"
2828
#include "mpconfigboard.h"
2929
#include "shared-bindings/microcontroller/Pin.h"
3030

ports/esp32s2/boards/adafruit_feather_esp32s2_nopsram/mpconfigboard.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ CIRCUITPY_ESP_FLASH_FREQ=40m
1515
CIRCUITPY_ESP_FLASH_SIZE=4MB
1616

1717
CIRCUITPY_MODULE=wroom
18+
19+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
20+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
21+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
22+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register

0 commit comments

Comments
 (0)