mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
Add new page battery and fix for zimezone
This commit is contained in:
@@ -205,6 +205,8 @@ void registerAllPages(PageList &list){
|
||||
list.add(®isterPageRudderPosition);
|
||||
extern PageDescription registerPageKeelPosition;
|
||||
list.add(®isterPageKeelPosition);
|
||||
extern PageDescription registerPageBattery;
|
||||
list.add(®isterPageBattery);
|
||||
}
|
||||
|
||||
// OBP60 Task
|
||||
|
||||
Reference in New Issue
Block a user