mirror of https://github.com/arendst/Tasmota.git
Add GUI_EDIT_FILE
as default for ESP32 build variants (except webcam)
This commit is contained in:
parent
b35672c7e8
commit
db5edc8cb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue