adding powersafe off for wifi in rpis

This commit is contained in:
do
2021-09-09 17:10:07 +02:00
parent 5e9ea64d41
commit 73a24f50c6
5 changed files with 40 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ def _os_flavor():
h = "Armbian"
elif os.path.isdir('/etc/osmc'):
h = "OSMC"
elif os.path.isfile('/etc/octopi_version'):
h = "OctoPi"
else:
h = "Debian"
return h