turn off some modules to save flash space

This commit is contained in:
Jeff Epler 2023-08-20 11:18:46 -05:00
parent d94ff9d1cf
commit bb8e0ae76e
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,6 @@ USB_MANUFACTURER = "Nordic Semiconductor"
MCU_CHIP = nrf52833
INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_ONEWIREIO = 0
CIRCUITPY_AUDIOMIXER = 0