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

new file: lib/obp60task/PageWindRose2.cpp

modified:   lib/obp60task/config.json
	modified:   lib/obp60task/obp60task.cpp
Added WindRose (identical to WindRose)
This commit is contained in:
Tobias E
2024-10-26 07:51:29 +00:00
parent ab8188ab83
commit 63fb67a828
3 changed files with 424 additions and 10 deletions

View File

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