includes.h 774 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #include <ESP8266WiFi.h>
  2. //#include <WiFiClient.h>
  3. //#include <ESP8266WebServer.h>
  4. //web config portal
  5. #include <ESP8266WebServer.h>
  6. #include <DNSServer.h>
  7. #include <WiFiManager.h>
  8. #include <Ticker.h>
  9. #include <EEPROM.h>
  10. #include <WiFiUdp.h>
  11. //OTA includes
  12. #include <ESP8266mDNS.h>
  13. //#include <WiFiUdp.h>
  14. #include <ArduinoOTA.h>
  15. //ESP8266WebServer server(80);
  16. WiFiUDP UKI_UDP;
  17. //#include "leds.h" //config and functions relative to leds
  18. //#include "helpers.h" //some helpers functions
  19. //#include "eeprom.h" //config and functions relative to config permanent storage
  20. //#include "ota.h" //config and functions relative to ota firmware updates
  21. #include "wifimgr.h" //config and functions relative to wifi and access point configuration