mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Merge pull request #14469 from arendst/TLS_update
fix include for HTTPS Update
This commit is contained in:
commit
8a855ba531
@ -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