From db90ad2e4682218b7ae6ed1a989373cdd5ff7eab Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 28 Nov 2020 15:43:49 +0100 Subject: [PATCH] wrong ota entry for tasmota32.bin --- tasmota/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 1b24e6eac..e9068415d 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -95,7 +95,7 @@ #define OTA_URL "http://ota.tasmota.com/tasmota/release/tasmota.bin.gz" // [OtaUrl] #endif // ESP8266 #ifdef ESP32 -#define OTA_URL "http://ota.tasmota.com/tasmota32/release/tasmota.bin" // [OtaUrl] +#define OTA_URL "http://ota.tasmota.com/tasmota32/release/tasmota32.bin" // [OtaUrl] #endif // ESP32 #define OTA_COMPATIBILITY false // [SetOption78] Disable OTA compatibility check