forked from fafo/microscope-control
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:
parent
053ad4fb63
commit
f65cc9236b
3 changed files with 12 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue