We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c56608 commit 83d342eCopy full SHA for 83d342e
espflash/src/connection/mod.rs
@@ -402,7 +402,7 @@ impl Connection {
402
403
/// Write a command to the serial port
404
pub fn write_command(&mut self, command: Command) -> Result<(), Error> {
405
- debug!("Writing command: {:?}", command);
+ debug!("Writing command: {:02x?}", command);
406
let mut binding = Box::new(&mut self.serial);
407
let serial = binding.as_mut();
408
0 commit comments