mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
19 lines
328 B
C
19 lines
328 B
C
#pragma once
|
|
|
|
#ifdef ESP8266
|
|
|
|
#include <ESP8266HTTPClient.h>
|
|
#include <ESP8266HTTPUpdateServer.h>
|
|
#include <ESP8266httpUpdate.h>
|
|
#include <ESPAsyncWebServer.h>
|
|
#include <LittleFS.h>
|
|
#include <SPIFFSEditor.h>
|
|
#include <Servo.h>
|
|
#include <WiFiUdp.h>
|
|
#ifdef MDNS_ENABLED
|
|
#include <ESP8266mDNS.h>
|
|
#endif
|
|
|
|
extern WiFiUDP Udp;
|
|
|
|
#endif |