61-rc4.1
This commit is contained in:
@@ -59,6 +59,7 @@ alias changeesp="source ${binDir}/changeesp.sh"
|
|||||||
alias monitor="idf.py monitor"
|
alias monitor="idf.py monitor"
|
||||||
alias flashmonitor="idf.py flash monitor"
|
alias flashmonitor="idf.py flash monitor"
|
||||||
alias menuconfig="idf.py menuconfig"
|
alias menuconfig="idf.py menuconfig"
|
||||||
|
alias projectsize="idf.py size size-components size-files"
|
||||||
|
|
||||||
echo -e "Changing dir to ${ESPIDF_INSTALLDIR}"
|
echo -e "Changing dir to ${ESPIDF_INSTALLDIR}"
|
||||||
cd "${ESPIDF_INSTALLDIR}"
|
cd "${ESPIDF_INSTALLDIR}"
|
||||||
|
|||||||
@@ -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
@@ -1 +1 @@
|
|||||||
61-rc4
|
61-rc4.1
|
||||||
Reference in New Issue
Block a user