mirror of https://github.com/arendst/Tasmota.git
Update tasmota_configurations_ESP32.h
This commit is contained in:
parent
e4d3dedd8c
commit
3c449cf8e0
|
@ -73,6 +73,8 @@
|
|||
#define USE_ODROID_GO // Add support for Odroid Go
|
||||
#define USE_SDCARD
|
||||
|
||||
#undef USE_HOME_ASSISTANT
|
||||
|
||||
#define USE_ADC
|
||||
#define USE_SPI
|
||||
#define USE_DISPLAY // Add SPI Display Support (+2k code)
|
||||
|
@ -99,6 +101,8 @@
|
|||
#undef FALLBACK_MODULE
|
||||
#define FALLBACK_MODULE M5STACK_CORE2 // [Module2] Select default module on fast reboot where USER_MODULE is user template
|
||||
|
||||
#undef USE_HOME_ASSISTANT
|
||||
|
||||
#define USE_M5STACK_CORE2 // Add support for M5Stack Core2
|
||||
#define USE_I2S_SAY_TIME
|
||||
#define USE_I2S_WEBRADIO
|
||||
|
@ -160,6 +164,9 @@
|
|||
#undef FALLBACK_MODULE
|
||||
#define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template
|
||||
|
||||
#define USE_TASMOTA_DISCOVERY
|
||||
#undef USE_HOME_ASSISTANT
|
||||
|
||||
#define USE_SDCARD
|
||||
|
||||
#define USE_ADC
|
||||
|
|
Loading…
Reference in New Issue