Skip to content

Commit

Permalink
fix ESP32 release file name
Browse files Browse the repository at this point in the history
  • Loading branch information
v923z committed Sep 2, 2023
1 parent 3c48856 commit d882139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/esp32/esp32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ source ./scripts/init.sh
build_esp32() {
source esp-idf/export.sh
make ${MAKEOPTS} -C micropython/ports/esp32 BOARD=$1 USER_C_MODULES=../../../../ulab/code/micropython.cmake CFLAGS_EXTRA=-DULAB_HASH=$ulab_hash
copy_files esp32/build-$1/firmware.bin ESP32-$1
copy_files esp32/build-$1/firmware.bin $1
clean_up esp32 build-$1
}

0 comments on commit d882139

Please sign in to comment.