Update main.cpp

Updates SSDP to direct to github WiKi https://github.com/mountain-pitt/mk-blindcontrol/wiki
This commit is contained in:
Mountain-Eagle 2022-09-02 06:23:01 +10:00 committed by GitHub
parent 3cc342eed2
commit ac56cac43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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