mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-05 19:49:33 +00:00
Added ui ability to send aruco map files
This commit is contained in:
@@ -385,6 +385,12 @@ class Client:
|
||||
{'section': option.section, 'option': option.option, 'value': option.value}))
|
||||
Client.send_to_selected(Client.form_message("config_reload"))
|
||||
|
||||
@staticmethod
|
||||
def get_by_id(copter_id):
|
||||
for copter in Client.clients.values():
|
||||
if copter.copter_id == copter_id:
|
||||
return copter
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
server = Server()
|
||||
|
||||
Reference in New Issue
Block a user