1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Page info in footer line

This commit is contained in:
norbert-walter
2022-03-10 21:14:40 +01:00
parent 154fc108a0
commit f73ccfbe5c
13 changed files with 30 additions and 22 deletions

View File

@@ -13,6 +13,8 @@ typedef struct{
} PageData;
typedef struct{
int actpage = 0;
int maxpage = 0;
double batteryVoltage = 0;
double batteryCurrent = 0;
double batteryPower = 0;