Speed average and display

This commit is contained in:
2026-04-03 17:47:21 +02:00
parent 49a17bdffd
commit 4e04ae9a3f
7 changed files with 63 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ int Gps::loop(unsigned long timeout_ms) {
if (last_fix_value_ == 0 && current_fix_value > 0) {
router::send(module::Lcd, task::DisplayMsgGpsFix, 2000);
router::send(module::Config, task::ConfigTrackDetect);
router::send(module::All, task::AllGpsFixOk);
}
last_fix_value_ = current_fix_value;
}