You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move `command` module into `connection` module
* Make the `elf` and `error` modules private
* Don't document the modules/types behind the `cli` feature
* Clean up some imports
* Remove unused code
* Miscellaneous cleanup
* Update `CHANGELOG.md`
Copy file name to clipboardExpand all lines: espflash/src/connection/reset.rs
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
//! Most of this module is copied from `esptool.py` (https://github.com/espressif/esptool/blob/a8586d02b1305ebc687d31783437a7f4d4dbb70f/esptool/reset.py)
1
+
// Most of this module is copied from `esptool.py`:
0 commit comments