btc-ticker-esp8266
btc-ticker-esp8266 copied to clipboard
Websockets Not Working
I am able to connect to wifi and monitor the debugger. I can't get the esp8266 to fetch the Bitcoin price data.
"WS Connection failed."
I have the same issue. After waiting an eon for my parts order, I finally got everything working (rolled back JSON lib in order to compile), but now I also get WS Connection Failed..
Any solution for this?
I think this bug was introduced with newer ESP8266 frameworks.
https://github.com/nebman/btc-ticker-esp8266/blob/ddec93763904fd4fd0da20553efd81b18cd06a85/src/btc-ticker-esp8266.ino#L145 fixes this, the code in the new PIO branch does compile, upload and work just fine now (please note only bitfinex WS is tested and working as of now)