Speed average and display
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user