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 61cbd04 commit 76d0dcdCopy full SHA for 76d0dcd
scripts/utilities/allsky-config.sh
@@ -109,7 +109,7 @@ function show_supported_cameras()
109
fi
110
111
# shellcheck disable=SC2086
112
- show_supported_cameras.sh ${ARGS}
+ showSupportedCameras.sh ${ARGS}
113
}
114
115
#####
@@ -165,7 +165,7 @@ function new_rpi_camera_info()
165
local ARGS="${@}" # optional
166
167
168
- get_RPi_camera_info.sh ${ARGS}
+ getRPiCameraInfo.sh ${ARGS}
169
170
171
0 commit comments