Use Berry as default for Core2 and Odroid-go

This commit is contained in:
Jason2866 2021-03-21 12:51:27 +01:00 committed by GitHub
parent 9dfd1d1609
commit 1f014a1f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,10 @@
#define USE_UFILESYS
#define USE_SDCARD
#define GUI_TRASH_FILE
#define USE_BERRY // Enable Berry scripting language
#define USE_BERRY_PSRAM // Allocate Berry memory in PSRAM if PSRAM is connected - this might be slightly slower but leaves main memory intact
#define USE_ADC
#define USE_SPI
#define USE_DISPLAY // Add SPI Display Support (+2k code)
@ -84,6 +88,10 @@
#define USE_UFILESYS
#define USE_SDCARD
#define GUI_TRASH_FILE
#define USE_BERRY // Enable Berry scripting language
#define USE_BERRY_PSRAM // Allocate Berry memory in PSRAM if PSRAM is connected - this might be slightly slower but leaves main memory intact
#define USE_I2C
#define USE_BMA423
#define USE_MPU6886