Skip to content

Commit 59adfe4

Browse files
authored
Update build.sh
1 parent d211c9f commit 59adfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ fi
262262

263263
# Generate core_version.h
264264
rm -rf "$AR_ROOT/core_version.h"
265-
echo "#define ARDUINO_ESP32_GIT_VER 0x$IDF_Commit_short
265+
echo "#define ARDUINO_ESP32_GIT_VER 0x$AR_Commit_short
266266
#define ARDUINO_ESP32_GIT_DESC $AR_VERSION
267267
#define ARDUINO_ESP32_RELEASE_$AR_VERSION_UNDERSCORE
268268
#define ARDUINO_ESP32_RELEASE \"$AR_VERSION_UNDERSCORE\"" >> "$AR_ROOT/core_version.h"

0 commit comments

Comments
 (0)