more bugfixes 4
This commit is contained in:
@@ -81,7 +81,9 @@ Some take optional [branch] paramater
|
|||||||
* `help-esp-tools` show this help
|
* `help-esp-tools` show this help
|
||||||
* `exit-esp-tools` exit esp-idf and reset terminal
|
* `exit-esp-tools` exit esp-idf and reset terminal
|
||||||
* `build` idf.py build
|
* `build` idf.py build
|
||||||
* `changebaud` prompts to enter a new baud
|
* `changebaud` alone prompts to enter baudrate
|
||||||
|
* `changebaud <baudrate>` sets baudrate manually
|
||||||
|
* ex. `changebaud 115200`
|
||||||
* `changeesp` change esp device
|
* `changeesp` change esp device
|
||||||
* `changeesp` alone prompts to enter
|
* `changeesp` alone prompts to enter
|
||||||
* `changeesp <esp device>` manually changes to <esp device>
|
* `changeesp <esp device>` manually changes to <esp device>
|
||||||
|
|||||||
@@ -76,7 +76,9 @@ Features:
|
|||||||
`help-esp-tools` show this help
|
`help-esp-tools` show this help
|
||||||
`exit-esp-tools` exit esp-idf and reset terminal
|
`exit-esp-tools` exit esp-idf and reset terminal
|
||||||
`build` idf.py build
|
`build` idf.py build
|
||||||
`changebaud` prompts to enter a new baud
|
`changebaud` alone prompts to enter baudrate
|
||||||
|
`changebaud <baudrate>` sets baudrate manually
|
||||||
|
ex. `changebaud 115200`
|
||||||
`changeesp` change esp device
|
`changeesp` change esp device
|
||||||
`changeesp` alone prompts to enter
|
`changeesp` alone prompts to enter
|
||||||
`changeesp <esp device>` manually changes to <esp device>
|
`changeesp <esp device>` manually changes to <esp device>
|
||||||
@@ -96,7 +98,7 @@ Features:
|
|||||||
`step-flash-monitor` attempt clean, build, flash, then monitor, dying on error
|
`step-flash-monitor` attempt clean, build, flash, then monitor, dying on error
|
||||||
`imagesize` get binary size, broken down in various ways including total, by componant, and by file
|
`imagesize` get binary size, broken down in various ways including total, by componant, and by file
|
||||||
`chipinfo` get information from the esp chip
|
`chipinfo` get information from the esp chip
|
||||||
`espinfo` get detailed information from the esp chip
|
`espinfo` get detailed information about esp-idf and esp-idf-tools envrionment
|
||||||
`menuconfig` run `idf.py menuconfig`
|
`menuconfig` run `idf.py menuconfig`
|
||||||
`create-project <project name>` same as idf.py create-project <proejct name>
|
`create-project <project name>` same as idf.py create-project <proejct name>
|
||||||
ex. `create-project hello-world`
|
ex. `create-project hello-world`
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
9-rc-2
|
9-rc-4
|
||||||
|
|||||||
Reference in New Issue
Block a user