dee \\
This commit is contained in:
@@ -104,7 +104,7 @@ Uninstall:
|
||||
* `erase-flash` idf.py erase-flash
|
||||
* `save-defconfig` idf.py save-defconfig
|
||||
* `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` / `size-stats` get binary size, broken down in various ways including total, by componant, and by file
|
||||
* `chipinfo` get information from the esp chip
|
||||
* `espinfo` get detailed information from the esp chip
|
||||
* `menuconfig` run `idf.py menuconfig`
|
||||
|
||||
@@ -1,8 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo -e "\nSize General:\n"
|
||||
idf.py --preview size
|
||||
echo -e "\nSize by Componants:\n"
|
||||
idf.py --preview size-components
|
||||
echo -e "\nSize by Files:\n"
|
||||
idf.py --preview size-files
|
||||
echo -e "\nALL DONE :3\n"
|
||||
bash imagesize
|
||||
@@ -97,7 +97,7 @@ Features:
|
||||
`erase-flash` idf.py erase-flash
|
||||
`save-defconfig` idf.py save-defconfig
|
||||
`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` / `size-stats` get binary size, broken down in various ways including total, by componant, and by file
|
||||
`chipinfo` get information from the esp chip
|
||||
`espinfo` get detailed information about esp-idf and esp-idf-tools envrionment
|
||||
`menuconfig` run `idf.py menuconfig`
|
||||
|
||||
Reference in New Issue
Block a user