probonopd / ESP8266HueEmulator

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

define to use LightSevice.h as a libary #111

Closed PLCHome closed 6 years ago

PLCHome commented 6 years ago

a define to prevent double compiling of the headers and a define to exclude the SSDP.H

probonopd commented 6 years ago

Thanks for your valued contribution. However it currently does not compile, please check the errors in the build log and append changes to this pull request until it builds "green".

PLCHome commented 6 years ago

define USELOCAL_SSDP_H

was comment für Arduino 1.8.5 sorry

PLCHome commented 6 years ago

The build does not work I have undone all changes and it is always broken.

you'r kidding me

probonopd commented 6 years ago

Sorry for the trouble @ChrisHanuta - possibly something has changed in the build system at https://github.com/adafruit/travis-ci-arduino since our last successful build at https://travis-ci.org/probonopd/ESP8266HueEmulator/builds/307104499

probonopd commented 6 years ago

Trying to revive builds at https://github.com/probonopd/ESP8266HueEmulator/pull/112 - once it is working again, please reopen