chore: Currency rate text size has been changed

This commit is contained in:
Danil 2025-05-27 11:41:38 +03:00
parent ef4e28f2c0
commit bf14f23800

View file

@ -75,7 +75,7 @@ void setup() {
if (httpResCode > 0) {
tft.fillScreen(ST77XX_BLACK);
tft.setCursor(10, 10);
tft.setTextSize(1);
tft.setTextSize(1.3);
String payload = http.getString();