Watch
0
0
Fork
You've already forked esp32-c_its-companion
0

Add basic BLE I/O

This commit is contained in:
Jannik Beyerstedt 2026-05-11 21:08:23 +02:00 committed by Jannik Beyerstedt
commit 17b84d9aec
13 changed files with 806 additions and 23 deletions

View file

@ -263,6 +263,7 @@ impl State {
}
#[cfg(feature = "spat")]
#[allow(clippy::too_many_lines)]
pub fn run_glosa(&mut self) -> GlosaOutput {
let Some(own_heading) = self.pos.heading_deg else {
use alloc::string::ToString;