Skip to content

Commit

Permalink
fix test value for tft total yield - regarding OLED - more precision …
Browse files Browse the repository at this point in the history
…for total yield #50
  • Loading branch information
ohAnd committed Oct 10, 2024
1 parent 26aebf7 commit 9cf8021
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions include/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define VERSION "2.0.171_localDev"
#define BUILDTIME "10.10.2024 - 20:15:07"
#define BUILDTIMESTAMP "1728584107"
#define VERSION "2.0.173_localDev"
#define BUILDTIME "10.10.2024 - 21:00:37"
#define BUILDTIMESTAMP "1728586837"
8 changes: 4 additions & 4 deletions include/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0.171_localDev",
"versiondate": "10.10.2024 - 20:15:07",
"linksnapshot": "https://github.com/ohAnd/dtuGateway/releases/download/snapshot/dtuGateway_snapshot_2.0.171_localDev.bin",
"link": "https://github.com/ohAnd/dtuGateway/releases/latest/download/dtuGateway_release_2.0.171_localDev.bin"
"version": "2.0.173_localDev",
"versiondate": "10.10.2024 - 21:00:37",
"linksnapshot": "https://github.com/ohAnd/dtuGateway/releases/download/snapshot/dtuGateway_snapshot_2.0.173_localDev.bin",
"link": "https://github.com/ohAnd/dtuGateway/releases/latest/download/dtuGateway_release_2.0.173_localDev.bin"
}
1 change: 0 additions & 1 deletion src/displayTFT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ void DisplayTFT::drawFooter(String time)
tft.drawCentreString("yield", 120, 225, 1);

tft.setTextColor(TFT_CYAN, TFT_BLACK);
lastDisplayData.totalYieldTotal = 1055.7;
tft.drawCentreString(String(lastDisplayData.totalYieldDay, 3), 85, 198, 2);
tft.drawCentreString(String(lastDisplayData.totalYieldTotal, 1), 155, 198, 2);
}
Expand Down

0 comments on commit 9cf8021

Please sign in to comment.