build: Add "io" module for BLE/ UART messages
This commit is contained in:
parent
29a5d86e43
commit
21db09ad7f
6 changed files with 193 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue