File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,6 @@ for component in `ls "$AR_COMPS"`; do
248
248
echo $component_version >> " $AR_TOOLS /esp32-arduino-libs/versions.txt"
249
249
fi
250
250
done
251
- # esp32-camera version
252
- component_version=" esp32-camera: " $( git -C " $AR_COMPS /esp32-camera" symbolic-ref --short HEAD || git -C " $AR_COMPS /esp32-camera" tag --points-at HEAD) " " $( git -C " $AR_COMPS /esp32-camera" rev-parse --short HEAD)
253
- echo $component_version >> " $AR_TOOLS /esp32-arduino-libs/versions.txt"
254
251
# TinyUSB version
255
252
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)
256
253
echo $component_version >> " $AR_TOOLS /esp32-arduino-libs/versions.txt"
You can’t perform that action at this time.
0 commit comments