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

spat: Add screen

This commit is contained in:
Jannik Beyerstedt 2026-06-15 23:08:53 +02:00
commit b2ec98da2e
7 changed files with 463 additions and 30 deletions

View file

@ -472,9 +472,9 @@ pub enum UsageType {
#[derive(Debug, Default, Copy, Clone, PartialEq, Eq)]
pub struct Maneuvers {
left_allowed: bool,
staight_allowed: bool,
right_allowed: bool,
pub left_allowed: bool,
pub staight_allowed: bool,
pub right_allowed: bool,
}
impl core::fmt::Display for Maneuvers {