File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,9 @@ for component in `ls "$AR_COMPS"`; do
259
259
echo $component_version >> " $AR_TOOLS /esp32-arduino-libs/versions.txt"
260
260
fi
261
261
done
262
+ # esp32-camera version
263
+ 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)
264
+ echo $component_version >> " $AR_TOOLS /esp32-arduino-libs/versions.txt"
262
265
# TinyUSB version
263
266
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
267
echo $component_version >> " $AR_TOOLS /esp32-arduino-libs/versions.txt"
You can’t perform that action at this time.
0 commit comments