Skip to content

Commit

Permalink
Remove FS.h include from main.cpp (for now ?)
Browse files Browse the repository at this point in the history
Signed-off-by: Clovis Durand <[email protected]>
  • Loading branch information
Clovel committed Dec 12, 2019
1 parent 7662efa commit 8d771b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <Arduino.h>

#include <FS.h> /* FileSystem header */
//#include <FS.h> /* FileSystem header */

#include <ESP8266WiFi.h> /* ESP8266 Core WiFi Library */
#include <DNSServer.h> /* Local DNS Server used for redirecting all requests to the configuration portal */
Expand Down

0 comments on commit 8d771b6

Please sign in to comment.