Skip to content

Commit

Permalink
chore: Remove esptool link
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 11, 2023
1 parent 24ddb3f commit bb7f13c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion espflash/src/flasher/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ impl SpiSetParams {
}
}

// https://github.com/espressif/esptool/blob/master/esptool/loader.py#L1197-L1205
/// Encode the parameters into a byte array
pub fn encode(&self) -> Vec<u8> {
let mut encoded: Vec<u8> = Vec::new();
Expand Down

0 comments on commit bb7f13c

Please sign in to comment.