#!/bin/bash echo -e "\nFlashing an $ESPTARGET on $ESPPORT\n" idf.py --preview flash echo -e "\nAll done :3\n"