fix include for HTTPUpdate

This commit is contained in:
Jason2866 2022-01-16 17:58:46 +01:00 committed by GitHub
parent fda1dd2c2c
commit fc48fe1d3b
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>