1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-24 20:53:07 +01:00

Added page anchor with background map

This commit is contained in:
2025-11-03 20:04:31 +01:00
parent 470c0e5f4d
commit 9b9bf76e4d
5 changed files with 500 additions and 1 deletions

View File

@@ -260,6 +260,8 @@ void registerAllPages(PageList &list){
list.add(&registerPageFluid);
extern PageDescription registerPageSkyView;
list.add(&registerPageSkyView);
extern PageDescription registerPageAnchor;
list.add(&registerPageAnchor);
}
// Undervoltage detection for shutdown display