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

Update to gen_set.pl & cleanup in txt files

Updated gen_set.pl since autobahn was renamed to XTETrack, and removed dependency on external perl modules
Create_new_page.txt contained some notes on git commands and how to compile, moved to respective files.
This commit is contained in:
Tobias E
2024-12-01 08:02:04 +00:00
parent 360f02dc9d
commit 75363fa4fd
4 changed files with 27 additions and 27 deletions

View File

@@ -1,17 +1,6 @@
git remote add upstream /url/to/original/repo
git fetch upstream
git checkout master
git reset --hard upstream/master
git push origin master --force
https://github.com/norbert-walter/esp32-nmea2000-obp60
cd /workspace/esp32-nmea2000-obp60
bash /workspace/esp32-nmea2000-obp60/lib/obp60task/run
Craete new page for OBP60
1. Create page under /lib/obp60task/PageXXXX.cpp
2. Set page name in PageXXXX.cpp on file name
3. Register new page in /lib/obp60task/obp60task.cpp line 242 (registerAllPages)
4. Add new page in /lib/obp60task/config.json for each page type
4. Add new page in /lib/obp60task/config.json for each page type or add new page to gen_set.pl and run it to auto-generate the relevant section of config.json