Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Jul 11, 2024
1 parent 7cb5d9d commit 67216a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/make_ota.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fi
# Print the values
echo "M: $MANUFACTURER | IT: $IMAGE_TYPE | FV: $FILE_VERSION";

# Create the output folder
mkdir ../output
# Create the output folder if it doesn't exist
mkdir -p ../output

# Create the OTA file
python3 create-ota.py -m "$MANUFACTURER" -i "$IMAGE_TYPE" -v "$FILE_VERSION" ../build/ZigUSB.bin ../output/ZigUSB_C6.ota
Expand Down

0 comments on commit 67216a9

Please sign in to comment.