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 1d2ba2f71d
commit 48b9380724
5 changed files with 500 additions and 1 deletions

View File

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