Hello, thank you for sharing this !
I hope i'll enjoy it soon : )
But i got an error while compiling
BTC_price_ticker_V2_1_TTGO_T_Display.ino: In function 'void printTickerData(String)':
BTC_price_ticker_V2_1_TTGO_T_Display.ino:132:38: error: 'class CoinMarketCapApi' has no member named 'GetTickerInfo'
CMCTickerResponse response = api.GetTickerInfo(ticker, "USD");
Compilation error: 'class CoinMarketCapApi' has no member named 'GetTickerInfo'
Hello, thank you for sharing this ! I hope i'll enjoy it soon : )
But i got an error while compiling BTC_price_ticker_V2_1_TTGO_T_Display.ino: In function 'void printTickerData(String)':
BTC_price_ticker_V2_1_TTGO_T_Display.ino:132:38: error: 'class CoinMarketCapApi' has no member named 'GetTickerInfo' CMCTickerResponse response = api.GetTickerInfo(ticker, "USD");
Compilation error: 'class CoinMarketCapApi' has no member named 'GetTickerInfo'
how to solve it ? Thank you !!