#include //#include //#include //web config portal #include #include #include #include #include #include //OTA includes #include //#include #include ESP8266WebServer server(80); WiFiUDP UKI_UDP; #include "leds.h" //config and functions relative to leds #include "helpers.h" //some helpers functions #include "eeprom.h" //config and functions relative to config permanent storage #include "global.h" //config and functions relative to wifi and access point configuration //#include "web.h" //config and functions relative to configuration web server //#include "ota.h" //config and functions relative to ota firmware updates