fix rotate

This commit is contained in:
rootzoll
2020-03-21 18:31:35 -07:00
parent e0644c82c2
commit f83abaac6b

View File

@@ -324,7 +324,7 @@ else
fi
# LCD ROTATE
if [ "${#lcdrotate}" -gt 0 ]; then
if [ "${#lcdrotate}" -eq 0 ]; then
# when upgrading from an old raspiblitz - enforce lcdrotate = 0
lcdrotate=0
fi