mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
should at least respond to discovery
This commit is contained in:
@ -321,6 +321,10 @@ void SSDPClass::_update(){
|
||||
DEBUG_SSDP.printf("REJECT: %s\n", (char *)buffer);
|
||||
#endif
|
||||
}
|
||||
if(strcmp(buffer, "ssdp:discovery")){
|
||||
_send(NONE);
|
||||
state = ABORT;
|
||||
}
|
||||
break;
|
||||
case MX:
|
||||
_delay = random(0, atoi(buffer)) * 1000L;
|
||||
|
Reference in New Issue
Block a user