-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathincludes.h
41 lines (20 loc) · 836 Bytes
/
includes.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include <FS.h> //this needs to be first, or it all crashes and burns...
#include <ESP8266WiFi.h>
//#include <WiFiClient.h>
//#include <ESP8266WebServer.h>
//web config portal
#include <ESP8266WebServer.h>
#include <DNSServer.h>
#include <WiFiManager.h>
#include <ArduinoJson.h> //https://github.com/bblanchon/ArduinoJson
#include <Ticker.h>
#include <WiFiUdp.h>
//OTA includes
#include <ESP8266mDNS.h>
#include <ArduinoOTA.h>
//ESP8266WebServer server(80);
WiFiUDP UKI_UDP;
#include "leds.h" //config and functions relative to leds
#include "ota.h" //config and functions relative to ota firmware updates
#include "wifimgr.h" //config and functions relative to wifi and access point configuration and configuration permanent saving
#include "udp.h" //some helpers functions