Add debug log support for serial interface.

This shows the chatter on the serial interface if debug
logging is enabled.

```
RUST_LOG=debug target/debug/hostcontrol
```

Signed-off-by: Henner Zeller <h.zeller@acm.org>
This commit is contained in:
Henner Zeller 2026-03-08 08:32:44 +01:00
parent 053ad4fb63
commit f65cc9236b
3 changed files with 12 additions and 5 deletions

View file

@ -11,3 +11,4 @@ nalgebra-macros = "^0.2.2"
env_logger = "0.11.8"
egui = "0.31.1"
eframe = "0.31.1"
log = "0.4.29"