Disable Berry

for Webcam and Bluetooth builds
This commit is contained in:
Jason2866 2021-03-31 13:00:07 +02:00 committed by GitHub
parent a1ffd8f57a
commit d540d5aaf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#define USE_SDCARD
#define GUI_TRASH_FILE
#define USE_SPI
#undef USE_BERRY // Disable Berry scripting language
#undef USE_MI_ESP32 // (ESP32 only) Disable support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash)
#endif // FIRMWARE_WEBCAM
@ -150,6 +151,7 @@
#define USE_SDCARD
#define GUI_TRASH_FILE
#define USE_ADC
#undef USE_BERRY // Disable Berry scripting language
#define USE_BLE_ESP32 // Enable new BLE driver
#define USE_MI_ESP32 // (ESP32 only) Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash)
#endif // FIRMWARE_BLUETOOTH