mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
fix include for HTTPUpdate
This commit is contained in:
parent
fda1dd2c2c
commit
fc48fe1d3b
@ -36,9 +36,9 @@
|
||||
#include <ESP8266HTTPClient.h> // Ota
|
||||
#include <ESP8266httpUpdate.h> // Ota
|
||||
#ifdef ESP32
|
||||
#ifdef USE_BERRY
|
||||
#ifdef USE_TLS
|
||||
#include "HTTPUpdateLight.h" // Ota over HTTPS for ESP32
|
||||
#endif // USE_BERRY
|
||||
#endif // USE_TLS
|
||||
#endif
|
||||
#include <StreamString.h> // Webserver, Updater
|
||||
#include <ext_printf.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user