diff --git a/src/main.cpp b/src/main.cpp index a540965..15f608f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2941,8 +2941,8 @@ WiFiManagerParameter custom_text27("

*Once you have Configured SSID, PASSWORD, SSDP.setURL("/"); SSDP.setDeviceType("upnp:rootdevice"); SSDP.setSerialNumber(ESP.getChipId()); - SSDP.setModelNumber("MK-Blindcontrol V7"); - SSDP.setModelURL("https://mountaineagle-technologies.com.au"); + SSDP.setModelNumber("MK-Blindcontrol V8"); + SSDP.setModelURL("https://github.com/mountain-pitt/mk-blindcontrol/wiki"); SSDP.setManufacturer("MK Smarthouse"); SSDP.setManufacturerURL("https://www.mksmarthouse.com"); SSDP.begin();