You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The programs are still using marvinroger/Homie@^2, while marvinroger/Homie@^3 is already available. Updating the programs in this repository to use the most recent version of Homie may help on this matter. /cc @Gulaschcowboy, @marvinroger
P.S.: Those commands should get anyone interested to the right spot quickly.
git clone https://github.com/hiveeyes/arduino hiveeyes-arduino --branch amo/update-esp8266-sdk
cd hiveeyes-arduino/homie/node-homie-basic
make
The text was updated successfully, but these errors were encountered:
Original: #58 (comment)
Problem
Updating the ESP8266 SDK on the Homie programs to
espressif8266@^3
with GH-67 failed at [^1].Observations
When updating to
espressif8266@^3
or higher, this happens:-- https://github.com/hiveeyes/arduino/actions/runs/5113969818/jobs/9193750333?pr=67#step:9:267
Thoughts
The programs are still using
marvinroger/Homie@^2
, whilemarvinroger/Homie@^3
is already available. Updating the programs in this repository to use the most recent version of Homie may help on this matter. /cc @Gulaschcowboy, @marvinrogerP.S.: Those commands should get anyone interested to the right spot quickly.
git clone https://github.com/hiveeyes/arduino hiveeyes-arduino --branch amo/update-esp8266-sdk cd hiveeyes-arduino/homie/node-homie-basic make
The text was updated successfully, but these errors were encountered: