Unable to pull data after upload
Already configure the SSID and was able to connect to network.However unable to load. Any advise ? Thanks in advance :). Trying to get my M5Stack to function
Same issue here, interface loads but does not update.
Hi, I can't get correct values either with this sketch and latest M5stack EDIT: I've found a way ! I just change one if to while and it works for me.
in the code:
... ... // if there are incoming bytes available // from the server, read them and print them:
if (client.available()) { ----------> at this line change the original if to a while char c = client.read(); answer += c;
Hi, I can't get correct values either with this sketch and latest M5stack EDIT: I've found a way ! I just change one if to while and it works for me.
in the code:
... ... // if there are incoming bytes available // from the server, read them and print them:
if (client.available()) { ----------> at this line change the original if to a while char c = client.read(); answer += c;
@frittna Its indeed the solution! thanks you should push your solution to the project.
@frittna Its indeed the solution! thanks you should push your solution to the project.
thx, meanwhile i moved over to another more complex crypto coin ticker https://github.com/frittna/Crypto_Coin_Ticker It is rewritten for the M5Stack and enhanced with some features, you can give it a try if you want.
@frittna the app is working great!!! wow awesome things in the M5Stack Fire. Also great to see the full rainbow color at the beginning.
