HW integration uses outdated binary #1570

||
This commit is contained in:
rusefi 2020-07-04 20:11:55 -04:00
parent 38dbb053b4
commit d2537c57fa
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ sh update_version.sh
sh clean_compile_two_versions.sh
[ -e deliver/rusefi_no_asserts.hex ] || { echo "Just to confirm - FAILED to compile no_asserts"; exit 1; }
[ -e deliver/rusefi.hex ] { echo "Just to confirm - FAILED to compile default DEBUG"; exit 1; }
[ -e deliver/rusefi.hex ] || { echo "Just to confirm - FAILED to compile default DEBUG"; exit 1; }
echo "$SCRIPT_NAME: Building DFU"
if uname | grep "NT"; then