modified to make main instead of all or hex-release

This commit is contained in:
Jake Goodwin 2025-03-08 17:31:29 -08:00
parent 0bdc60bcf8
commit 4e2e792312

View file

@ -258,8 +258,9 @@ build_hex_optimized () {
CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_TOOLCHAIN_FILE=${WCH_TC}"
cmake ${CMAKE_ARGS} ../
make all
make hex-release
#make all
#make hex-release
make main
}
flash_microcontroller () {