#971 lcdrotate=1 is the new default

This commit is contained in:
rootzoll 2020-01-26 01:43:19 +01:00
parent dd7eca9e91
commit 5283cea9f7

View file

@ -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