mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
18 lines
282 B
C
18 lines
282 B
C
#pragma once
|
|
|
|
#ifdef ESP32
|
|
#include <AsyncTCP.h>
|
|
#include <AsyncUDP.h>
|
|
#include <ESP32Servo.h>
|
|
#include <HTTPClient.h>
|
|
#include <HTTPUpdate.h>
|
|
#include <SPIFFS.h>
|
|
#include <WiFi.h>
|
|
#include <analogWrite.h>
|
|
|
|
#ifdef MDNS_enable
|
|
#include <ESPmDNS.h>
|
|
#endif
|
|
|
|
extern AsyncUDP udp;
|
|
#endif |