diff --git a/README.md b/README.md index dd56ffc..73e7d11 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/custom_bin/size-stats b/custom_bin/size-stats index 388f5c4..8bd68b9 100644 --- a/custom_bin/size-stats +++ b/custom_bin/size-stats @@ -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" \ No newline at end of file +bash imagesize \ No newline at end of file diff --git a/help.txt b/help.txt index c280111..25e9c7c 100644 --- a/help.txt +++ b/help.txt @@ -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`