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
+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"