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
I found the problem, it's with the Coinmarketcap library. Open this file with Notepad++ or another editor /Arduino/libraries/CoinMarketCapApi2/scr/CoinMarketCapApi.ccp
go to line 76 and change the setting from 2048 to 3072
DynamicJsonDocument doc (3072);
Thank you for your fast response. I have tried it but the error ist the same with 3072...
I checked the IP settings for gateway and dns, it seems that there is no request for the domain, because I have nothing seen in my pi-hole dns server. Other skteches with the TTGO works well.
Hello, thank you for the great work. I was unable to use it because I get the error:
I have entered the API Key and also the WiFi is connected.
What is goeing wrong?
Best regards.
The text was updated successfully, but these errors were encountered: