Skip to content

Commit eaa675a

Browse files
authored
Update build.sh
1 parent 87ca00a commit eaa675a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,6 @@ for component in `ls "$AR_COMPS"`; do
248248
echo $component_version >> "$AR_TOOLS/esp32-arduino-libs/versions.txt"
249249
fi
250250
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"
254251
# managed components version
255252
for component in `ls "$AR_MANAGED_COMPS"`; do
256253
if [ -d "$AR_MANAGED_COMPS/$component/.git" ]; then

0 commit comments

Comments
 (0)