Added dynamic OSD elements (#1376)

Co-authored-by: cronyx <xcronyx@gmail.com>
pull/1384/head
MarioFPV 2024-04-06 16:07:30 +01:00 committed by GitHub
parent b86844d3ce
commit 9117c99a3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ ! -z ${records} ]; then
fi fi
if [ ${osd} = "simple" ]; then if [ ${osd} = "simple" ]; then
osd_variant="--osd" osd_variant="--osd "${osd_elements}
fi fi
case "$1" in case "$1" in