Merge pull request #296 from gedankenexperimenter/f/print-size-before-flash

Run size target when flashing
pull/300/head
Jesse Vincent 7 years ago committed by GitHub
commit b02fb08234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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