Merge pull request #11411 from Jason2866/patch-1

Use Berry as default for Core2 and Odroid-go
This commit is contained in:
Theo Arends 2021-03-21 13:43:56 +01:00 committed by GitHub
commit e3c3876f8f
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