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 2d7b7e1 commit 7b19806Copy full SHA for 7b19806
build.sh
@@ -290,6 +290,7 @@ echo "#define ARDUINO_ESP32_GIT_VER 0x$AR_Commit_short
290
#define ARDUINO_ESP32_RELEASE_$AR_VERSION_UNDERSCORE
291
#define ARDUINO_ESP32_RELEASE \"$AR_VERSION_UNDERSCORE\"" >> "$AR_ROOT/core_version.h"
292
293
+# archive the build
294
if [ $ARCHIVE_OUT -eq 1 ]; then
295
./tools/archive-build.sh "$TARGET"
296
if [ $? -ne 0 ]; then exit 1; fi
0 commit comments