We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da308ad commit 719f65aCopy full SHA for 719f65a
libraries/ESP8266httpUpdate/src/ESP8266httpUpdate.cpp
@@ -25,6 +25,7 @@
25
26
#include "ESP8266httpUpdate.h"
27
#include <StreamString.h>
28
+#include <flash_hal.h>
29
30
ESP8266HTTPUpdate::ESP8266HTTPUpdate(void)
31
: _httpClientTimeout(8000), _followRedirects(false), _ledPin(-1)
0 commit comments