wifimanager esp8266, RESTART_LAN_ON_MQTT_ERRORS option, option RESET_PIN for restart on lan init error

This commit is contained in:
livello
2018-06-29 10:35:32 +03:00
parent 483454d9f6
commit 90c21ef125
5 changed files with 50 additions and 23 deletions

View File

@@ -67,6 +67,13 @@
#include <FS.h> //this needs to be first, or it all crashes and burns...
#include <EEPROM.h>
#include <ESP8266HTTPClient.h>
#ifndef WIFI_MANAGER_DISABLE
#include <WiFiManager.h>
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#endif
#endif
#ifdef _owire