move to CCSDS + serde for sat-rs example

This commit is contained in:
2025-11-17 11:13:49 +01:00
parent d7e6732888
commit 033c995138
61 changed files with 1649 additions and 2482 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ pub fn setup_logger() -> Result<(), fern::InitError> {
message
))
})
.level(log::LevelFilter::Debug)
.level(log::LevelFilter::Info)
.chain(std::io::stdout())
.chain(fern::log_file("output.log")?)
.apply()?;