turn off some modules to save flash space
This commit is contained in:
parent
d94ff9d1cf
commit
bb8e0ae76e
|
@ -6,3 +6,6 @@ USB_MANUFACTURER = "Nordic Semiconductor"
|
|||
MCU_CHIP = nrf52833
|
||||
|
||||
INTERNAL_FLASH_FILESYSTEM = 1
|
||||
|
||||
CIRCUITPY_ONEWIREIO = 0
|
||||
CIRCUITPY_AUDIOMIXER = 0
|
||||
|
|
Loading…
Reference in New Issue