mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
libretiny
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
|
||||
#ifdef ESP8266
|
||||
#if defined (ESP8266) || defined(LIBRETINY)
|
||||
// эта библиотека встроена в ядро
|
||||
#include "ESPAsyncUDP.h"
|
||||
#else
|
||||
#elif defined(ESP32)
|
||||
#include "AsyncUDP.h"
|
||||
#endif
|
||||
#ifndef LIBRETINY
|
||||
extern AsyncUDP asyncUdp;
|
||||
#endif
|
||||
|
||||
extern const String getThisDevice();
|
||||
extern void addThisDeviceToList();
|
||||
|
||||
Reference in New Issue
Block a user