Skip to content

Commit

Permalink
putting tdeck back in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Oct 29, 2024
1 parent 3e0f3f0 commit eab3cf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tulip/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ if [ "$TYPE" == "sys" ]; then
fi

# Otherwise, compile all boards. If upload set, upload them
declare -a boards=("TULIP4_R11" "N16R8" "N32R8" "TULIP4_R11_DEBUG")
#declare -a boards=("TDECK")
declare -a boards=("TULIP4_R11" "TDECK" "N16R8" "N32R8")
for i in "${boards[@]}"
do
rm -rf build
Expand Down

0 comments on commit eab3cf5

Please sign in to comment.