61-rc4.2
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user