CosmicMac / M5Spot

A Spotify Web API client for M5Stack
MIT License
48 stars 8 forks source link

Debugging help...Not really an issue... #1

Closed manu144x closed 5 years ago

manu144x commented 5 years ago

Hello, I installed this on my M5Stack and works nice, but not everything works, probably some things changed with Spotify API. I want to develop it more but I can't figure out how to debugging.

I'm not an advanced developer when it comes to IOT, I'm coming from mostly web environments.

I can't figure out how to enable debugging, all I see is garbled stuff in the serial monitor.

Is there something I'm missing?

Thank you.

manu144x commented 5 years ago

Nevermind, I found it myself, for some reason it was defaulted to 9600 but in reality it needs to be 115200.

I set it in platformio.ini: monitor_speed = 115200

All works good

CosmicMac commented 5 years ago

Great, thank you for your interest in this little thingy. Wish you a lot of fun with IOT!