Server: Increase minimum battery percentage to start copters

This commit is contained in:
Arthur Golubtsov
2019-11-09 22:10:27 +03:00
parent c2b1e4d299
commit f7f227caac

View File

@@ -279,7 +279,7 @@ def check_bat(item):
if item == "NO_INFO":
return False
else:
return float(item.split(' ')[1][:-1]) > 30
return float(item.split(' ')[1][:-1]) > 50
@col_check(4)
def check_sys_status(item):