fixed erasse flash and added update-depenencies to setup'

This commit is contained in:
2025-11-18 09:07:15 -07:00
parent 676811bdf7
commit 92b6c458e6
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
#!/bin/bash
echo -e "\nSetting up for $ESPTARGET\n"
idf.py --preview set-target $ESPTARGET
idf.py --preview update-dependencies
idf.py --preview menuconfig
echo -e "\nAll done :3\n"