This commit is contained in:
2024-11-13 14:04:19 -07:00
parent 880153c0da
commit cd704542c2
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -59,6 +59,7 @@ alias changeesp="source ${binDir}/changeesp.sh"
alias monitor="idf.py monitor"
alias flashmonitor="idf.py flash monitor"
alias menuconfig="idf.py menuconfig"
alias projectsize="idf.py size size-components size-files"
echo -e "Changing dir to ${ESPIDF_INSTALLDIR}"
cd "${ESPIDF_INSTALLDIR}"
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
echo -e "\nflash_id\n"
esptool.py flash_id
echo -e "\nchip_id\n"
esptool.py chip_id
echo -e "\nAll done :3\n"
+1 -1
View File
@@ -1 +1 @@
61-rc4
61-rc4.1