Altered to make space for another disk drive

This commit is contained in:
Arne van Iterson 2020-06-17 13:18:12 +02:00
parent 280322073a
commit fb247593e3
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode

View File

@ -6,7 +6,7 @@
// New instance of WifiJson, silent is false, it will log to the M5Stacks screen
WifiJson wifi(false);
HTTPClient http;
StaticJsonDocument<1000> data;
StaticJsonDocument<1250> data;
char *jsonRes;
// 'ram', 15x10px
@ -172,7 +172,7 @@ void update() {
M5.Lcd.println("%");
// Disk Usage
M5.Lcd.fillRoundRect(4, 140, 312, 54, 1, 0x2104);
M5.Lcd.fillRoundRect(4, 140, 312, 70, 1, 0x2104);
M5.Lcd.setCursor(8, 144);
M5.Lcd.drawXBitmap(298, 144, hdd, 14, 12, TFT_WHITE);