mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
|
||||
#include "SSDP.h"
|
||||
|
||||
#include "Global.h"
|
||||
|
||||
#ifdef SSDP_EN
|
||||
#ifdef SSDP_ENABLED
|
||||
#ifdef ESP8266
|
||||
#include <ESP8266SSDP.h>
|
||||
#endif
|
||||
#ifdef ESP32
|
||||
#include <ESP32SSDP.h>
|
||||
#endif
|
||||
|
||||
String xmlNode(String tags, String data);
|
||||
|
||||
String decToHex(uint32_t decValue, byte desiredStringLength);
|
||||
|
||||
//39164
|
||||
//457684
|
||||
void SsdpInit() {
|
||||
|
||||
Reference in New Issue
Block a user