Skip to content

Commit

Permalink
Fixed ESP8266 _FS_end missing error #26
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Jun 25, 2020
1 parent 0f6f401 commit 5691c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AsyncElegantOTA.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#if defined(ESP8266)
#include "ESP8266WiFi.h"
#include "ESPAsyncTCP.h"
#include "flash_hal.h"
#include "FS.h"
#elif defined(ESP32)
#include "WiFi.h"
#include "AsyncTCP.h"
Expand Down

0 comments on commit 5691c37

Please sign in to comment.