mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-01 04:49:13 +03:00
global cleaning, restructure
This commit is contained in:
16
include/ESP8266_Spec.h
Normal file
16
include/ESP8266_Spec.h
Normal 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
|
||||
Reference in New Issue
Block a user