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
@@ -29,7 +29,8 @@ Literally the most schizophrenically overengineered thing I have ever made. idk
`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 about the esp chip
`menuconfig` run `idf.py menuconfig`
## Usage
@@ -117,4 +118,4 @@ cron:
`crontab -e`
0 4 * * * bash $HOME/esp/esp-install-custom/reinstall-esp-idf.sh cron
```
```