norbert-walter
02b2c888ee
Fix for GwWifi
2026-02-15 19:16:24 +01:00
Norbert Walter
00b06f458b
GwWifi race condition safe, PageNavigation check the Wifi connection befor using
2026-02-15 16:11:19 +00:00
Norbert Walter
43b0a780d5
Merge pull request #227 from thooge/master
...
Add feature to optionally apply patches to gateway code
2026-02-15 15:53:26 +01:00
0363ba4379
Add feature to optionally apply patches to gateway code
2026-02-15 13:13:19 +01:00
Norbert Walter
4b6e2abe33
Merge pull request #226 from Scorgan01/master
...
Small improvements to charts + pages OneValue + TwoValues
2026-02-15 12:21:32 +01:00
Norbert Walter
0401d82b62
Merge pull request #225 from thooge/master
...
Make code compile for OBP60 v2.0 again
2026-02-15 12:20:41 +01:00
Scorgan01
2fecbee492
Merge branch 'norbert-walter:master' into master
2026-02-11 22:19:11 +01:00
Ulrich Meine
fc5daaba37
- change control of key settings on PageOneValue + PageTwoValues
...
- added taskYIELD() to chart loop to be nice to other tasks
- fix typo in config_obp40.json
- fine tune chart labels
- disable debug messages
2026-02-09 22:31:07 +01:00
Norbert Walter
04dc09e44a
Fix directory path for tool installation
2026-02-09 15:25:27 +01:00
1d2ba2f71d
Make code compile for OBP60 v2.0 again
2026-02-08 18:02:50 +01:00
norbert-walter
bbecf5e55f
Code ceaning
2026-02-07 17:36:14 +01:00
norbert-walter
ded1b2b22e
Typo
2026-02-07 17:10:59 +01:00
norbert-walter
a0a88fa2c9
Modify reagatta timer funktion
2026-02-07 17:05:41 +01:00
Norbert Walter
e9bf54e99f
Add sync button for Timer
2026-02-07 14:34:54 +00:00
norbert-walter
64950c3974
Merge branch 'newclock'
2026-02-06 23:07:26 +01:00
norbert-walter
fb2fbc85a4
Typo and formats for PageClock
2026-02-06 23:05:26 +01:00
norbert-walter
6b92a5e69c
Add more functionality for time and date synchrinisation
2026-02-06 22:41:34 +01:00
norbert-walter
ef4546a2e6
Fix for PageClock
2026-02-06 15:20:43 +01:00
norbert-walter
6870c9b8a4
Modify button labels in PageClock
2026-02-06 12:52:14 +01:00
norbert-walter
a70d976a6e
Change design for PageClock
2026-02-06 11:46:35 +01:00
norbert-walter
fbba6ffff2
Fix for PageClock
2026-02-05 23:52:10 +01:00
norbert-walter
d516c82041
New clock page with extended functions
2026-02-05 16:32:15 +01:00
norbert-walter
ccca784ac2
Delete old extra.script.py
2026-02-04 16:56:11 +01:00
norbert-walter
337214d650
Fix config problem for OBP60, missing setup values
2026-02-04 16:48:50 +01:00
Norbert Walter
744cf6469b
Merge pull request #224 from thooge/master
...
Fix build for new gateway extra_script.py
2026-02-04 08:28:52 +01:00
6bc1b60f60
Fix build for new gateway extra_script.py
2026-02-04 08:18:39 +01:00
Norbert Walter
06dcd14bdc
Merge branch 'wellenvogel:master' into master
2026-02-02 21:39:00 +01:00
norbert-walter
352009073e
Setup to remote project
2026-02-02 21:38:14 +01:00
norbert-walter
aaa4007ae6
Merge remote-tracking branch 'origin/master'
2026-02-02 21:29:23 +01:00
norbert-walter
5b087e61d2
Merge branch 'autopilot'
2026-02-02 21:28:39 +01:00
norbert-walter
753e87068f
New function for backlight - 3 brigjhtness steps
2026-02-02 21:26:43 +01:00
Norbert Walter
7445d2db24
Merge pull request #222 from Scorgan01/CalibrationData-v31
...
Data calibration: Move calibration of boat data to main loop to make calibrated data available everywhere
2026-02-02 18:15:23 +01:00
Norbert Walter
f517abf001
Merge pull request #220 from TobiasE-github/master
...
use 9.95 as the limit for formatting numbers below and above 10
2026-02-02 18:15:04 +01:00
norbert-walter
6a56a8fb56
Fix I2C adresses for INA219
2026-02-02 17:00:27 +01:00
norbert-walter
576f0a0d4f
Fix for LED brightness and add Page Autopilot
2026-02-02 16:29:18 +01:00
norbert-walter
1de936fd47
Typo
2026-02-01 18:09:44 +01:00
TobiasE-github
05dad7a23c
Merge branch 'norbert-walter:master' into master
2026-01-31 08:32:06 +01:00
norbert-walter
d19da640ae
Add PageDigitalOut
2026-01-30 17:26:10 +01:00
norbert-walter
1da26a90ec
Auto stash before merge of "master" and "origin/master"
2026-01-30 10:14:11 +01:00
Ulrich Meine
cb2b85d505
Data Calibration: Extend no. of calibration instances from 3 to 4
2026-01-17 13:45:41 +01:00
Ulrich Meine
cc1d07fac0
True Wind Calculation: change wind angle range to [0..360] temporarily for proper display on pages
2026-01-17 13:07:48 +01:00
Ulrich Meine
b8e64ff64c
Update data calibration: calibration in main loop on boat data values:
...
- modified code to calibrate affected boat data each second in main obp60task loop;
- removed individual calibration call in all pages
- moved code from BoatDataCalibration to OBPDataOperations
- added DBS and HDT to list of supported data calibration types
- changed output format for wind angles from [-180..180] to [0..360], because negative value are not displayed properly on pages
2026-01-17 12:25:57 +01:00
TobiasE-github
e4214beefe
general but flexible limits for formatting numbers
2026-01-17 11:02:25 +01:00
TobiasE-github
02c611ead0
use 9.95 as the limit for formatting numbers below and above 10
2026-01-15 17:56:52 +01:00
norbert-walter
0b79b7e2ef
Modify PageDigitalOut
2026-01-15 15:08:42 +01:00
Norbert Walter
da975b5175
Merge pull request #217 from Scorgan01/WindPlot-v3
...
Graphical charts v3 + PageOneValue/PageTwoValues with chart option + updated PageWindPlot
2026-01-11 17:18:24 +01:00
Ulrich Meine
cd3c99d509
PageOneValue: fix unit position
2026-01-11 17:07:27 +01:00
Ulrich Meine
86a078690a
PageTwoValues: added chart display option
2026-01-11 15:30:13 +01:00
Ulrich Meine
4747336a69
Code rework for OBPcharts, part 3
2026-01-10 12:31:37 +01:00
Ulrich Meine
84736e6769
OBP60Formatter: add option to switch of creation of simulation data and use pure conversion/formatting function
2026-01-10 01:50:19 +01:00