Commit Graph
62 Commits
Author SHA1 Message Date
h3cx df0d3aef33 Updated config dump to include vbat cal value 2026-03-27 17:48:22 +01:00
h3cx d52cacad04 Fixed MOD_ALL router return bug 2026-03-27 17:21:51 +01:00
h3cx eab70f9bf9 Added battery module, cal factor refresh bug 2026-03-27 17:14:16 +01:00
h3cx f000924c05 Initial battery impl 2026-03-27 16:13:30 +01:00
h3cx 6d47582eba Added basic primary driver display and display switch commands 2026-03-27 16:08:24 +01:00
h3cx a902600aa4 Unified commands to unit_action format 2026-03-27 15:27:36 +01:00
Hector van der Aa 2520c2b6ba Break out of commands to individual functions 2026-03-27 14:56:39 +01:00
h3cx 1d7586129d Attempt to fix command paring error 2026-03-27 14:53:13 +01:00
Hector van der Aa 992b76cbd2 Added proper eeprom addressing and complete TRACK commands 2026-03-27 14:42:39 +01:00
h3cx 3a396d6a42 Added timeout for GPS Init Complete message 2026-03-27 14:22:44 +01:00
h3cx 5ae6149447 Fixed accidental loop in writing track to EEPROM 2026-03-27 14:20:10 +01:00
h3cx 444aba79b2 Rename TRACK_LOAD to TRACK_PUT 2026-03-27 14:12:16 +01:00
Hector van der Aa 70c222284c Added track temp global function definitions 2026-03-27 14:07:51 +01:00
h3cx 1d144fb638 Added track upload 2026-03-27 14:04:14 +01:00
Hector van der Aa 7f1494f18e Fixed lcd messages and gps triggering bugs 2026-03-27 13:01:49 +01:00
h3cx b1cb6b4234 Updated lcd to fix previous display bug 2026-03-27 12:51:00 +01:00
h3cx 06495a089f Refactor to split .h into .h and .cpp pair 2026-03-27 12:38:31 +01:00
h3cx c6bcd3a9d7 Added track detect on fix and conditional loading 2026-03-25 20:02:33 +01:00
h3cx a5b53afb2c Added screen message on auto detect and added track global write on detect 2026-03-25 19:58:42 +01:00
h3cx 21a5fd3244 Added track store and updated copy to and from volatile to single template function 2026-03-25 19:58:11 +01:00
h3cx 555e85e00a Added auto track detection config task handler 2026-03-25 19:22:45 +01:00
h3cx 99b17ac1bc Timing fixes in message system 2026-03-24 18:15:24 +01:00
h3cx ba61e9de68 Fix to call render_msg_gps_fix function in render switch 2026-03-24 18:08:07 +01:00
h3cx 898879e427 Added first message task on gps lock !UNTESTED! 2026-03-24 17:53:00 +01:00
h3cx beffd09281 Added system_config->loop() to main loop 2026-03-24 09:14:39 +01:00
h3cx 1fe4161f39 Initial impl for config with queue system 2026-03-24 09:14:27 +01:00
h3cx 9e2407d06d Added NULL types for module target and task type 2026-03-24 09:14:05 +01:00
h3cx 0fb09dd342 Updated config struct to new slot occupied logic 2026-03-24 09:13:50 +01:00
h3cx b83a2f7f03 Updated default frame duration 2026-03-24 09:13:36 +01:00
h3cx 0cbee7066b Added copyright information and fixed typos 2026-03-24 00:23:17 +01:00
h3cx 96cabf7b4e Implemented changes to main.cpp 2026-03-24 00:02:31 +01:00
h3cx 58755f3140 Added global gps store 2026-03-24 00:02:17 +01:00
h3cx 95743452d1 Added copy functions for gps_global_data 2026-03-24 00:02:01 +01:00
h3cx 85049fab76 Updated modules to new inheritance model 2026-03-24 00:01:46 +01:00
h3cx 25ad777247 Added module base for task routing 2026-03-24 00:01:36 +01:00
h3cx 5b774f485a Updated platformio.ini 2026-03-23 22:15:30 +01:00
h3cx 4449e1c224 Updated main.cpp 2026-03-23 22:15:20 +01:00
h3cx dc7c8477ca Initial command class impl 2026-03-23 22:15:07 +01:00
h3cx 95e52c1274 Updated config to hold loaded track 2026-03-23 22:14:52 +01:00
h3cx 96fea580c3 Updated track_data struct 2026-03-23 17:02:51 +01:00
h3cx 63ad498ab7 Implemented changes to main.cpp 2026-03-23 16:51:08 +01:00
h3cx b6a14c6b14 Added render loop function and print overloads with cleared flag to avoid blocking 2026-03-23 16:51:01 +01:00
h3cx 9c8280c829 Added gps_data struct 2026-03-23 16:50:13 +01:00
h3cx a969e514be Disabled DEEP_DEBUG mode 2026-03-23 16:50:00 +01:00
h3cx 9df359e63e Update custom_types.h to simple struct 2026-03-22 23:51:01 +01:00
h3cx 3299ca114d Impl DEEP_DEBUG for gps.h 2026-03-22 23:31:16 +01:00
h3cx c3ed38367b Refactor lcd.h DEEP_DEBUG to follow standard 2026-03-22 23:31:02 +01:00
h3cx 4395e42e4c Corrected deep_debug function calls in lcd.h 2026-03-22 23:26:38 +01:00
h3cx 44ff589cec Added DEEP_DEBUG to lcd.h 2026-03-22 23:25:00 +01:00
h3cx 1c1f155ce0 Impl DEEP_DEBUG log level 2026-03-22 23:24:50 +01:00