mirror of https://github.com/arendst/Tasmota.git
USE_NETWORK_LIGHT_SCHEMES for ESP32x
since it is often used with the C3.
This commit is contained in:
parent
a2afeb5ba6
commit
19b010891d
|
@ -1015,6 +1015,8 @@
|
|||
|
||||
#define USE_ADC // Add support for ADC on GPIO32 to GPIO39
|
||||
|
||||
#define USE_NETWORK_LIGHT_SCHEMES // Add support for light schemes via DDP (via UDP on port 4048)
|
||||
|
||||
//#define USE_SPI // Add support for hardware SPI
|
||||
//#define USE_MI_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash)
|
||||
//#define USE_BLE_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2? mem, +292k? flash)
|
||||
|
|
Loading…
Reference in New Issue