global cleaning, restructure

This commit is contained in:
Yuri Trikoz
2020-06-20 14:27:58 +03:00
parent ece010976e
commit 6f310e5e07
81 changed files with 11067 additions and 1587 deletions

16
include/ESP8266_Spec.h Normal file
View File

@@ -0,0 +1,16 @@
#pragma once
#ifdef ESP8266
#include <ESP8266HTTPClient.h>
#include <ESP8266HTTPUpdateServer.h>
#include <ESP8266httpUpdate.h>
#include <Servo.h>
#include <WiFiUdp.h>
#ifdef MDNS_enable
#include <ESP8266mDNS.h>
#endif
extern WiFiUDP Udp;
#endif