Skip to content

Commit 138ad56

Browse files
authored
Version Header file renamed to esp_hosted_coprocessor_fw_ver.h
1 parent f683983 commit 138ad56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/compile_slave.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ done
3737

3838
echo "Extracting firmware version from header…"
3939

40-
INPUT_FILE="./main/coprocessor_fw_version.h"
40+
INPUT_FILE="./main/esp_hosted_coprocessor_fw_ver.h"
4141
OUTPUT_FILE="./wifi_copro_fw/coprocessor_fw_version.txt"
4242

4343
if [ ! -f "$INPUT_FILE" ]; then

0 commit comments

Comments
 (0)