From f58c2b3dbdc7880e00ae3b4c95be0a77c119f3e7 Mon Sep 17 00:00:00 2001 From: BWarman Date: Fri, 5 Jan 2018 10:43:55 -0500 Subject: [PATCH] Fixed documentation Fixed documentation to reflect proper file for wifi credentials. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da1b541..9e2ac55 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The web app needs to be uploaded to the ESP8266's SPIFFS. You can do this withi With ESP8266FS installed upload the web app using `ESP8266 Sketch Data Upload` command in the Arduino Tools menu. -Then enter your wi-fi network SSID and password in the .ino file, and upload the sketch using the Upload button. +Then enter your wi-fi network SSID and password in the WiFi.h file, and upload the sketch using the Upload button. Compression -----------