Skip to content

Commit

Permalink
Merge pull request #265 from inks007/fix-buildall-script
Browse files Browse the repository at this point in the history
  • Loading branch information
t3knomanzer authored Sep 8, 2024
2 parents 8162f8a + 8664081 commit b3d1937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildSystem/scripts/build-all.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rmdir /s /q %RELEASE_DIR%
mkdir %RELEASE_DIR%

rmdir /s /q %BUILD_DIR%
arduino-cli compile -b arduino:avr:nano:cpu=atmega328 -v --build-path %BUILD_DIR% "build.extra_flags=-DVERSION_MAJOR=9 -DVERSION_MINOR=9 -DVERSION_PATCH=9" %MAIN_INO%
arduino-cli compile -b arduino:avr:nano:cpu=atmega328 -v --build-path %BUILD_DIR% --build-properties "build.extra_flags=-DVERSION_MAJOR=9 -DVERSION_MINOR=9 -DVERSION_PATCH=9" %MAIN_INO%
move %BUILD_DIR%\MaxMix.ino.hex %RELEASE_DIR%\MaxMix.ino.hex

rmdir /s /q %BUILD_DIR%
Expand Down

0 comments on commit b3d1937

Please sign in to comment.