mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Fix esp32-c3 default OTAurl
This commit is contained in:
parent
13a8f5772f
commit
b499a1d1d5
@ -96,7 +96,11 @@
|
||||
#define OTA_URL "http://ota.tasmota.com/tasmota/release/tasmota.bin.gz" // [OtaUrl]
|
||||
#endif // ESP8266
|
||||
#ifdef ESP32
|
||||
#ifdef CONFIG_IDF_TARGET_ESP32C3
|
||||
#define OTA_URL "http://ota.tasmota.com/tasmota32/release/tasmota32c3.bin" // [OtaUrl]
|
||||
#else // No CONFIG_IDF_TARGET_ESP32C3
|
||||
#define OTA_URL "http://ota.tasmota.com/tasmota32/release/tasmota32.bin" // [OtaUrl]
|
||||
#endif // CONFIG_IDF_TARGET_ESP32C3
|
||||
#endif // ESP32
|
||||
|
||||
// -- MQTT ----------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user