mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 13:02:35 +02:00
fix rotate
This commit is contained in:
@@ -324,7 +324,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# LCD ROTATE
|
# LCD ROTATE
|
||||||
if [ "${#lcdrotate}" -gt 0 ]; then
|
if [ "${#lcdrotate}" -eq 0 ]; then
|
||||||
# when upgrading from an old raspiblitz - enforce lcdrotate = 0
|
# when upgrading from an old raspiblitz - enforce lcdrotate = 0
|
||||||
lcdrotate=0
|
lcdrotate=0
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user