Mmiscool wrote:Updated:
Several bug fixes.
added auto reconnect to last known good wifi otherwise start ap mode with network name esp.
To connect to the device in ap mode goto http://192.168.4.1/edit
That will bring up the basic editor.
Remember you must save before running any program.
I added another example also.
Hi Micheal,
I am planning to recompile the "ESP8266Basic.ino", not able to find the following files:
#include "spiffs/spiffs.h"
#include <FS.h>
#include <ESP8266mDNS.h>
#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <WiFiClient.h>
#include <WiFiServer.h>
#include <WiFiUdp.h>
#include <ESP8266WebServer.h>
#include <Wire.h>
Possible to share the project?