probonopd / ESP8266HueEmulator

Emulate a Philips Hue bridge running on an ESP8266 using the Arduino IDE.
MIT License
411 stars 93 forks source link

Fix SSDP format string #64

Closed opticron closed 7 years ago

opticron commented 7 years ago

The format string being used was expecting separate variables for each octet and that was not being provided. This was causing crashes.