1.2-dev-1

This commit is contained in:
2025-05-18 19:24:55 -06:00
parent 3845128c3f
commit 4bd8194592
22 changed files with 49 additions and 35 deletions
+4 -3
View File
@@ -2,12 +2,13 @@
echo -e "\nProject sizes\n"
echo -e "\nGeneral:\n"
idf.py size
idf.py --preview fullclean
idf.py --preview size
echo -e "\nComponants:\n"
idf.py size-components
idf.py --preview size-components
echo -e "\nFiles:\n"
idf.py size-files
idf.py --preview size-files
echo -e "\nAll done :3\n"