mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
uart working version
This commit is contained in:
@@ -47,6 +47,7 @@ void SsdpInit() {
|
||||
SSDP.setDeviceType(F("upnp:rootdevice"));
|
||||
SSDP.setSchemaURL(F("description.xml"));
|
||||
SSDP.begin();
|
||||
SerialPrint("I", F("SSDP"), F("Ssdp Init"));
|
||||
}
|
||||
|
||||
String xmlNode(String tags, String data) {
|
||||
|
||||
Reference in New Issue
Block a user