mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-27 23:49:32 +00:00
Server: Increase minimum battery percentage to start copters
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user