Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 477cf60096 | |||
| 2f9841f45f | |||
| f0366a0f69 | |||
| 96b38a4142 | |||
| a2544cf091 | |||
| 4246806e07 |
1 changed files with 5 additions and 9 deletions
|
|
@ -169,10 +169,8 @@ where
|
|||
};
|
||||
|
||||
esp_println::println!(
|
||||
"TODO: GNSS {fix_str} {num_sat:2} sat {}; {:.2} m/s, {:.0} deg",
|
||||
self.gnss_hb_state,
|
||||
pvt.ground_speed_2d(),
|
||||
pvt.heading_motion()
|
||||
"TODO: GNSS {fix_str} {num_sat:2} sat {}",
|
||||
self.gnss_hb_state
|
||||
);
|
||||
|
||||
// TODO: print on screen?
|
||||
|
|
@ -367,9 +365,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
// if is_big_height {
|
||||
// // TODO: Add current speed and ETA
|
||||
// }
|
||||
// TODO: Add current speed and ETA
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
@ -426,7 +422,7 @@ fn maneuver_to_str(value: applogic::v2x::map::Maneuvers) -> alloc::string::Strin
|
|||
///
|
||||
/// # Errors
|
||||
/// Human-readable fatal errors
|
||||
#[allow(unused, clippy::too_many_arguments, clippy::type_complexity)]
|
||||
#[allow(clippy::too_many_arguments, clippy::type_complexity)]
|
||||
pub fn make_small_display<IoScl, IoSda, IoRes, IoDc, IoCs, IoBl, Spi>(
|
||||
scl: IoScl,
|
||||
sda: IoSda,
|
||||
|
|
@ -509,7 +505,7 @@ where
|
|||
///
|
||||
/// # Errors
|
||||
/// Human-readable fatal errors
|
||||
#[allow(unused, clippy::too_many_arguments, clippy::type_complexity)]
|
||||
#[allow(clippy::too_many_arguments, clippy::type_complexity)]
|
||||
pub fn make_large_display<IoScl, IoSda, IoRes, IoDc, IoCs, IoBl, Spi>(
|
||||
scl: IoScl,
|
||||
sda: IoSda,
|
||||
|
|
|
|||
Loading…
Reference in a new issue