Merge pull request #4054 from dglaude/patch-1

Permit Gameduino 3X Dazzler support on Metro M4 AirLift Lite.
This commit is contained in:
Scott Shawcroft 2021-01-25 14:33:00 -08:00 committed by GitHub
commit c075e89258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ QSPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICE_COUNT = 3
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
LONGINT_IMPL = MPZ
CIRCUITPY__EVE = 1