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…
Reference in New Issue
Block a user