1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

added PageWindRoseFlex

This commit is contained in:
Tobias E
2024-10-26 08:32:53 +00:00
parent adacc3a34d
commit e0a5677cd9
3 changed files with 452 additions and 14 deletions

View File

@@ -218,6 +218,8 @@ void registerAllPages(PageList &list){
list.add(&registerPageWindRose);
extern PageDescription registerPageWindRose2;
list.add(&registerPageWindRose2);
extern PageDescription registerPageWindRoseFlex;
list.add(&registerPageWindRoseFlex);
extern PageDescription registerPageVoltage;
list.add(&registerPageVoltage);
extern PageDescription registerPageDST810;