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 15b9975 commit f5db7acCopy full SHA for f5db7ac
espflash/src/main.rs
@@ -49,8 +49,8 @@ fn main() -> Result<()> {
49
let mut flasher = Flasher::connect(serial, None)?;
50
51
if board_info {
52
- println!("Chip type: {:?}", flasher.chip());
53
- println!("Flash size: {:?}", flasher.flash_size());
+ println!("Chip type: {}", flasher.chip());
+ println!("Flash size: {}", flasher.flash_size());
54
55
return Ok(());
56
}
0 commit comments