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

Move notes.txt

This commit is contained in:
norbert-walter
2024-10-31 09:45:48 +01:00
parent 3a3f27c68f
commit 2f7d02892a

17
lib/obp60task/notes.txt Normal file
View File

@@ -0,0 +1,17 @@
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
Page beim OBP60 hinzufügen
1. Page unter /lib/obp60task/PageXXXX.cpp anlegen
2. Alle Page-Namen in PageXXXX.cpp auf den Namen der Datei setzen
3. In /lib/obp60task/obp60task.cpp ab Zeile 242 (registerAllPages) die Seite hinzufügen
4. In /lib/obp60task/config.json für jede Seite den neuen Seitentyp in die Liste aufnehmen.