Skip to content

Commit 965df74

Browse files
committed
fix esp32
1 parent bfba9a0 commit 965df74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

espflash/src/chip/esp32.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ impl ChipType for Esp32 {
6262
PHY_INIT_DATA_SIZE,
6363
APP_ADDR,
6464
APP_SIZE,
65-
);
65+
)
66+
.to_bytes();
6667

6768
fn get_data<'a>(image: &'a FirmwareImage) -> Result<RomSegment<'a>, Error> {
6869
let mut data = Vec::new();

0 commit comments

Comments
 (0)