Ticker App - minor correction
This commit is contained in:
@@ -51,8 +51,6 @@ int crypto_ticker_fetch_price( crypto_ticker_config_t *crypto_ticker_config, cry
|
|||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
Serial.println(ESP.getFreeHeap());
|
|
||||||
|
|
||||||
SpiRamJsonDocument doc( 1000 );
|
SpiRamJsonDocument doc( 1000 );
|
||||||
|
|
||||||
DeserializationError error = deserializeJson( doc, today_client.getStream() );
|
DeserializationError error = deserializeJson( doc, today_client.getStream() );
|
||||||
@@ -95,8 +93,6 @@ int crypto_ticker_fetch_statistics( crypto_ticker_config_t *crypto_ticker_config
|
|||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
Serial.println(ESP.getFreeHeap());
|
|
||||||
|
|
||||||
SpiRamJsonDocument doc( 1000 );
|
SpiRamJsonDocument doc( 1000 );
|
||||||
|
|
||||||
DeserializationError error = deserializeJson( doc, today_client.getStream() );
|
DeserializationError error = deserializeJson( doc, today_client.getStream() );
|
||||||
|
|||||||
Reference in New Issue
Block a user