We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d211c9f commit 59adfe4Copy full SHA for 59adfe4
build.sh
@@ -262,7 +262,7 @@ fi
262
263
# Generate core_version.h
264
rm -rf "$AR_ROOT/core_version.h"
265
-echo "#define ARDUINO_ESP32_GIT_VER 0x$IDF_Commit_short
+echo "#define ARDUINO_ESP32_GIT_VER 0x$AR_Commit_short
266
#define ARDUINO_ESP32_GIT_DESC $AR_VERSION
267
#define ARDUINO_ESP32_RELEASE_$AR_VERSION_UNDERSCORE
268
#define ARDUINO_ESP32_RELEASE \"$AR_VERSION_UNDERSCORE\"" >> "$AR_ROOT/core_version.h"
0 commit comments