includes.h 836 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #include <FS.h> //this needs to be first, or it all crashes and burns...
  2. #include <ESP8266WiFi.h>
  3. //#include <WiFiClient.h>
  4. //#include <ESP8266WebServer.h>
  5. //web config portal
  6. #include <ESP8266WebServer.h>
  7. #include <DNSServer.h>
  8. #include <WiFiManager.h>
  9. #include <ArduinoJson.h> //https://github.com/bblanchon/ArduinoJson
  10. #include <Ticker.h>
  11. #include <WiFiUdp.h>
  12. //OTA includes
  13. #include <ESP8266mDNS.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 "ota.h" //config and functions relative to ota firmware updates
  19. #include "wifimgr.h" //config and functions relative to wifi and access point configuration and configuration permanent saving
  20. #include "udp.h" //some helpers functions