diff --git a/build.sh b/build.sh index acad0bf..9173754 100755 --- a/build.sh +++ b/build.sh @@ -19,6 +19,11 @@ build_type=$2 ST_WORKING_FOLDER=$working_folder/configurator stcmd make $build_type ST_WORKING_FOLDER=$working_folder stcmd make $build_type +filename_tos="./dist/SIDECART.TOS" + +# Copy the SIDECART.TOS file for testing purposes +ST_WORKING_FOLDER=$working_folder stcmd cp ./configurator/dist/SIDECART.TOS $filename_tos + filename="./dist/FIRMWARE.IMG" # Copy the BOOT.BIN file to a ROM size file for testing diff --git a/configurator/version.txt b/configurator/version.txt index 9fead0b..ce11d24 100644 --- a/configurator/version.txt +++ b/configurator/version.txt @@ -1 +1 @@ -0.0.11a +0.0.11b diff --git a/version.txt b/version.txt index 9fead0b..ce11d24 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.11a +0.0.11b