1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-03-28 18:06:37 +01:00

NMEA2000 access for system page

This commit is contained in:
2025-08-06 15:21:29 +02:00
parent f823dadc6b
commit cf305e9f5a
6 changed files with 17 additions and 1 deletions

View File

@@ -976,6 +976,7 @@ void OBP60Task(GwApi *api){
if (systemPage) {
displayFooter(commonData);
PageData sysparams; // empty
sysparams.api = api;
syspage->displayPage(sysparams);
}
else {