mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
add C3 variant
This commit is contained in:
parent
bbb0e7464b
commit
8e7e3512c1
@ -42,6 +42,8 @@ TasmotaSerial *tms_obj_list[16];
|
|||||||
static int tasmota_serial_index = 2; // Allow UART2 and UART1 only
|
static int tasmota_serial_index = 2; // Allow UART2 and UART1 only
|
||||||
#elif CONFIG_IDF_TARGET_ESP32S2 // ESP32-S2
|
#elif CONFIG_IDF_TARGET_ESP32S2 // ESP32-S2
|
||||||
static int tasmota_serial_index = 1; // Allow UART1 only
|
static int tasmota_serial_index = 1; // Allow UART1 only
|
||||||
|
#elif CONFIG_IDF_TARGET_ESP32C3 // ESP32-C3
|
||||||
|
static int tasmota_serial_index = 1; // Allow UART1 only
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user