mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Github firmware updates #171
This commit is contained in:
parent
b91c54d377
commit
a9325eeca5
23 changed files with 922 additions and 78 deletions
4
SSDP.cpp
4
SSDP.cpp
|
|
@ -787,7 +787,7 @@ void SSDPClass::schema(Print &client) {
|
|||
r->modelURL,
|
||||
r->manufacturer,
|
||||
r->manufacturerURL,
|
||||
settings.fwVersion,
|
||||
settings.fwVersion.name,
|
||||
r->uuid );
|
||||
char *devList = strstr(buff, "</device>") - strlen("</deviceList>");
|
||||
devList[0] = '\0';
|
||||
|
|
@ -806,7 +806,7 @@ void SSDPClass::schema(Print &client) {
|
|||
dev->modelURL,
|
||||
dev->manufacturer,
|
||||
dev->manufacturerURL,
|
||||
settings.fwVersion,
|
||||
settings.fwVersion.name,
|
||||
dev->uuid);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue