Files
esp-idf-tools/custom_bin/rebuild-auto-flashmonitor
T
2025-05-27 04:04:15 -06:00

10 lines
291 B
Bash

#!/bin/bash
echo -e "\nFully Rebuildan~\n"
echo -e "\nFully cleaninnn\n"
bash fullclean
echo -e "\nSetting up project for $ESPTARGET\n"
idf.py --preview set-target $ESPTARGET # using idf.py set-target because it sticks to all defaults and doesnt do menuconfig like setup
bash flashmonitor