Hector van der Aa h3cx
  • Joined on 2025-12-07
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-27 12:02:05 +00:00
7f1494f18e Fixed lcd messages and gps triggering bugs
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-27 11:51:04 +00:00
b1cb6b4234 Updated lcd to fix previous display bug
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-27 11:38:35 +00:00
06495a089f Refactor to split .h into .h and .cpp pair
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-25 19:02:37 +00:00
c6bcd3a9d7 Added track detect on fix and conditional loading
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-25 18:58:46 +00:00
a5b53afb2c Added screen message on auto detect and added track global write on detect
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-25 18:58:15 +00:00
21a5fd3244 Added track store and updated copy to and from volatile to single template function
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-25 18:22:49 +00:00
555e85e00a Added auto track detection config task handler
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-24 17:15:27 +00:00
99b17ac1bc Timing fixes in message system
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-24 17:08:11 +00:00
ba61e9de68 Fix to call render_msg_gps_fix function in render switch
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-24 16:53:04 +00:00
898879e427 Added first message task on gps lock !UNTESTED!
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-24 08:14:43 +00:00
beffd09281 Added system_config->loop() to main loop
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-24 08:14:30 +00:00
1fe4161f39 Initial impl for config with queue system
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-24 08:14:09 +00:00
9e2407d06d Added NULL types for module target and task type
0fb09dd342 Updated config struct to new slot occupied logic
Compare 2 commits »
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-24 08:13:42 +00:00
b83a2f7f03 Updated default frame duration
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-23 23:23:22 +00:00
0cbee7066b Added copyright information and fixed typos
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-23 23:02:35 +00:00
96cabf7b4e Implemented changes to main.cpp
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-23 23:02:21 +00:00
58755f3140 Added global gps store
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-23 23:02:04 +00:00
95743452d1 Added copy functions for gps_global_data
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-23 23:01:51 +00:00
85049fab76 Updated modules to new inheritance model
h3cx pushed to dev at Exergie/TransparentBox-V1 2026-03-23 23:01:40 +00:00
25ad777247 Added module base for task routing