Merge pull request #14469 from arendst/TLS_update

fix include for HTTPS Update
This commit is contained in:
Jason2866 2022-01-16 18:05:04 +01:00 committed by GitHub
commit 8a855ba531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>