Skip to content

Commit

Permalink
Fix small typo in OSD save log (EliasKotlyar#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybab3 authored Apr 21, 2021
1 parent 7aa86b9 commit a4a8bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/www/cgi-bin/ui_camera.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ if [ -n "$F_cmd" ]; then
if [ -n "${F_osdPixel+x}" ]; then
echo "SPACE=${F_osdPixel}" >> /system/sdcard/config/osd.conf
/system/sdcard/bin/setconf -k p -v "${F_osdPixel}"
echo "Set OSD pixel betwwen chars to ${F_osdPixel}<br />"
echo "Set OSD pixel between chars to ${F_osdPixel}<br />"
fi
if [ -n "${F_osdY+x}" ]; then
echo "POSY=${F_osdY}" >> /system/sdcard/config/osd.conf
Expand Down

0 comments on commit a4a8bdc

Please sign in to comment.