1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Make SSDP event-driven

This commit is contained in:
Ivan Grokhotkov
2015-07-07 17:39:13 +03:00
parent 0c0892c54a
commit 1b27b6760c
3 changed files with 140 additions and 58 deletions

View File

@ -48,6 +48,5 @@ void setup() {
void loop() {
HTTP.handleClient();
SSDP.update();
delay(1);
}