Add GUI_EDIT_FILE

as default for ESP32 build variants (except webcam)
This commit is contained in:
Jason2866 2021-04-15 16:08:39 +02:00 committed by GitHub
parent b35672c7e8
commit db5edc8cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -60,6 +60,7 @@
#define USE_UFILESYS
#define USE_SDCARD
#define GUI_TRASH_FILE
#define GUI_EDIT_FILE
#ifdef USE_BERRY // 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
@ -94,6 +95,7 @@
#define USE_UFILESYS
#define USE_SDCARD
#define GUI_TRASH_FILE
#define GUI_EDIT_FILE
#ifdef USE_BERRY // 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
@ -150,6 +152,8 @@
#define USE_UFILESYS
#define USE_SDCARD
#define GUI_TRASH_FILE
#define GUI_EDIT_FILE
#define USE_ADC
#undef USE_BERRY // Disable Berry scripting language
#define USE_BLE_ESP32 // Enable new BLE driver
@ -165,6 +169,11 @@
#define USE_ENHANCED_GUI_WIFI_SCAN
#define USE_UFILESYS
#define USE_SDCARD
#define GUI_TRASH_FILE
#define GUI_EDIT_FILE
#define ROTARY_V1 // Add support for Rotary Encoder as used in MI Desk Lamp
#define USE_TUYA_MCU // Add support for Tuya Serial MCU