Skip to content

Commit

Permalink
Wifi portal async web server migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Vazquez committed Jun 28, 2017
1 parent 4e5d6b2 commit 69e90ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TempXD/wifi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Require webServer.h
#include <ESP8266WiFi.h> //ESP8266 Core WiFi Library (you most likely already have this in your sketch)
#include <DNSServer.h> //Local DNS Server used for redirecting all requests to the configuration portal
#include <WiFiManager.h> //https://github.com/tzapu/WiFiManager WiFi Configuration Magic
#define WIFI_MANAGER_USE_ASYNC_WEB_SERVER
#include <WiFiManager.h> //https://github.com/btomer/WiFiManager WiFi Configuration Magic

void configModeCallback (WiFiManager *myWiFiManager) {
Serial.println("Entered config mode");
Expand Down

0 comments on commit 69e90ff

Please sign in to comment.