mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
#971 lcdrotate=1 is the new default
This commit is contained in:
parent
dd7eca9e91
commit
5283cea9f7
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ else
|
|||
echo "chain=${chain}" >> $configFile
|
||||
echo "hostname=${hostname}" >> $configFile
|
||||
echo "lcd2hdmi=${lcd2hdmi}" >> $configFile
|
||||
echo "lcdrotate=1" >> $configFile
|
||||
|
||||
# try to determine publicIP and if not possible use localIP as placeholder
|
||||
# https://github.com/rootzoll/raspiblitz/issues/312#issuecomment-462675101
|
||||
|
|
Loading…
Add table
Reference in a new issue