mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
Fixed some typos
This commit is contained in:
@@ -9,8 +9,8 @@ class PageBattery : public Page
|
||||
int average = 0; // Average type [0...3], 0=off, 1=10s, 2=60s, 3=300s
|
||||
|
||||
public:
|
||||
PageBattery(CommonData &comon){
|
||||
comon.logger->logDebug(GwLog::LOG,"Show PageThreeValue");
|
||||
PageBattery(CommonData &common){
|
||||
common.logger->logDebug(GwLog::LOG,"Show PageBattery");
|
||||
}
|
||||
|
||||
virtual int handleKey(int key){
|
||||
@@ -348,4 +348,4 @@ PageDescription registerPageBattery(
|
||||
true // Show display header on/off
|
||||
);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user