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 1d8440d commit c693284Copy full SHA for c693284
build.sh
@@ -259,9 +259,6 @@ for component in `ls "$AR_COMPS"`; do
259
echo $component_version >> "$AR_TOOLS/esp32-arduino-libs/versions.txt"
260
fi
261
done
262
-# TinyUSB version
263
-component_version="tinyusb: "$(git -C "$AR_COMPS/arduino_tinyusb/tinyusb" symbolic-ref --short HEAD || git -C "$AR_COMPS/arduino_tinyusb/tinyusb" tag --points-at HEAD)" "$(git -C "$AR_COMPS/arduino_tinyusb/tinyusb" rev-parse --short HEAD)
264
-echo $component_version >> "$AR_TOOLS/esp32-arduino-libs/versions.txt"
265
# managed components version
266
for component in `ls "$AR_MANAGED_COMPS"`; do
267
if [ -d "$AR_MANAGED_COMPS/$component/.git" ]; then
0 commit comments