bug fixes and added espinfo for detailed chip info

This commit is contained in:
2025-04-14 07:33:12 -06:00
parent 2e82cbcf6f
commit 6db405527a
4 changed files with 22 additions and 6 deletions
+3 -2
View File
@@ -68,7 +68,8 @@ Features:
`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
`chipinfo` get information from the esp board
`chipinfo` get information from the esp chip
`espinfo` get detailed information from the esp chip
`menuconfig` run `idf.py menuconfig`
Aliases:
@@ -104,4 +105,4 @@ Helpful Stuff:
`tail -n 75 $ESPIDF_INSTALLDIR/install.log;`
view both logs from beginning:
`less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt`
`less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt`