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

build: Add "io" module for BLE/ UART messages

This commit is contained in:
Jannik Beyerstedt 2026-07-22 15:30:47 +02:00
commit 21db09ad7f
6 changed files with 193 additions and 4 deletions

View file

@ -26,7 +26,7 @@ use esp_hal::timer::timg::TimerGroup;
use esp_println::println;
use esp_radio::wifi;
use geonetworking::Decode as _;
use log::{debug, error, info, warn};
use log::{error, info, warn};
extern crate alloc;
@ -34,6 +34,7 @@ mod applogic;
#[cfg(feature = "spat")]
mod cache;
mod geo_alg;
mod io;
mod radio;
#[cfg(feature = "screen")]
mod screen;