diff --git a/espflash/src/flasher/mod.rs b/espflash/src/flasher/mod.rs index 07970d89..705e0e61 100644 --- a/espflash/src/flasher/mod.rs +++ b/espflash/src/flasher/mod.rs @@ -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 { let mut encoded: Vec = Vec::new();