mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
fix rotate
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user