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