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 c1946c7 commit c08eb5aCopy full SHA for c08eb5a
build.sh
@@ -350,7 +350,7 @@ AR_VERSION=$(jq -c '.version' "$AR_COMPS/arduino/package.json" | tr -d '"')
350
AR_VERSION_UNDERSCORE=`echo "$AR_VERSION" | tr . _`
351
352
# Generate PlatformIO framework manifest file
353
-rm -rf "$AR_ROOT/package.json"
+# rm -rf "$AR_ROOT/package.json"
354
355
# copy everything to arduino-esp32 installation
356
if [ $COPY_OUT -eq 1 ] && [ -d "$ESP32_ARDUINO" ]; then
0 commit comments