mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11528 from Jason2866/patch-1
Cleanup my_user_config.h
This commit is contained in:
commit
0934fad06d
|
@ -464,10 +464,6 @@
|
|||
|
||||
// #define SUPPORT_MQTT_EVENT // Support trigger event with MQTT subscriptions (+3k5 code)
|
||||
|
||||
// -- Berry Scripting Language - ESP32 only ----------------------------
|
||||
// #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
|
||||
|
||||
|
||||
// -- Optional modules ----------------------------
|
||||
#define ROTARY_V1 // Add support for Rotary Encoder as used in MI Desk Lamp (+0k8 code)
|
||||
|
@ -910,6 +906,7 @@
|
|||
//#define USE_WEBCAM // Add support for webcam
|
||||
|
||||
#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_CSE7761 // Add support for CSE7761 Energy monitor as used in Sonoff Dual R3
|
||||
|
||||
|
|
Loading…
Reference in New Issue