2024-12-0102

This commit is contained in:
hans-jurgen 2024-12-02 16:05:30 +01:00
parent 0f4017e406
commit 391244343c
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ void read_BMP_280() {
tft.drawString("o", 252, x, 1); tft.drawString("o", 252, x, 1);
tft.drawString("C", 260, x, 4); tft.drawString("C", 260, x, 4);
tft.drawString("Luftdruck ", 1, 60, 4); tft.drawString("Luftdruck ", 1, 60, 4);
tft.drawFloat(p, 0.0,190, 60,4); tft.drawFloat(p, 0, 190, 60,4);
//tft.drawString("o", 252, x, 1); //tft.drawString("o", 252, x, 1);
tft.drawString("hPa", 260, 60, 4); tft.drawString("hPa", 260, 60, 4);
} }

View File

@ -48,7 +48,7 @@ build_flags =
-DLOAD_FONT8 -DLOAD_FONT8
-DLOAD_GFXFF -DLOAD_GFXFF
-DSAVE_INTERVAL=5 -DSAVE_INTERVAL=5
-DKorrekturLuftdruck=27.1 -DKorrekturLuftdruck=27.3
[env:cyd] [env:cyd]
build_flags = build_flags =