probonopd / ESP8266HueEmulator

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

Fix xml and meta for description.xml #34

Closed SanderV4n closed 7 years ago

SanderV4n commented 7 years ago

It seem that the <?xml version=\"1.0\"?> tag is missing from description.xml and the file is transmitted as text/plain should be text/xml

probonopd commented 7 years ago

Thanks for the pull request; merge currently blocked by https://github.com/probonopd/ESP8266HueEmulator/issues/35

SanderV4n commented 7 years ago

It seems this is a issue in the build system, the SPI.h file is included from the neopixelbus lib in DotStarSpiMethod.h. Does the buildsystem run a stable or staging version of the ESP8266 arduino core?

It works on my pc with the staging version of the arduino core.