1.4-release

This commit is contained in:
2025-10-10 14:27:30 -06:00
parent 59dea96bdf
commit ea3bb543f7
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
echo -e "\nErasing flash on $ESPPORT\n"
esptool.py --port $ESPPORT --baud $ESPBAUD --chip $ESPTARGET erase_flash
esptool --port $ESPPORT --baud $ESPBAUD --chip $ESPTARGET erase_flash
echo -e "\nAll done :3\n"