probonopd / ESP8266HueEmulator

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

Use adafruit/travis-ci-arduino eeaeaf8 #112

Open probonopd opened 6 years ago

probonopd commented 6 years ago

This version uses arduino-1.6.5-linux64.tar.xz, and ESP8266HueEmulator may compile with this version but not with newer ones until someone updates ESP8266HueEmulator and/or the libraries it uses to handle newer versions of Arduino.

opticron commented 6 years ago

So, I'm not sure what needs to be updated if anything. I'm using and developing this library on latest Arduino libraries/IDE and I'm not seeing any failed compilations.

probonopd commented 6 years ago

Thanks @opticron - which exact versions of the IDE and the libraries are you using?

opticron commented 6 years ago

I'm using IDE 1.8.5 and ESP8266 library version 2.3.0.

probonopd commented 6 years ago

https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh also currently uses 1.8.5. Perhaps we need to replace that script with our own like I do in https://github.com/probonopd/WirelessPrinting/blob/master/.travis.yml for more fine-grained control...