This commit is contained in:
2024-11-13 14:07:20 -07:00
parent cd704542c2
commit ec9bd8ac11
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
echo -e "\nProject sizes\n"
echo -e "\nGeneral:\n"
idf.py size
echo -e "\nComponants:\n"
idf.py size-components
echo -e "\nFiles:\n"
idf.py size-files
echo -e "\nAll done :3\n"
+1 -1
View File
@@ -1 +1 @@
61-rc4.1 61-rc4.2