mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
ESP32 target
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
|
||||
#include <SSDP.h>
|
||||
#include "SSDP.h"
|
||||
|
||||
#include "Global.h"
|
||||
|
||||
#ifdef SSDP_EN
|
||||
#ifdef ESP8266
|
||||
#include <ESP8266SSDP.h>
|
||||
#include <ESP8266SSDP.h>
|
||||
#endif
|
||||
#ifdef ESP32
|
||||
#include <ESP32SSDP.h>
|
||||
#include <ESP32SSDP.h>
|
||||
#endif
|
||||
//39164
|
||||
//457684
|
||||
|
||||
Reference in New Issue
Block a user