Run size target when flashing

pull/296/head
Michael Richters 7 years ago
parent f24e97349e
commit e126be95fa

@ -64,6 +64,7 @@ find_sketch () {
prepare_to_flash () {
if [ ! -e "${HEX_FILE_PATH}" ]; then
compile
size
fi
echo "Press ENTER when ready..."

Loading…
Cancel
Save