mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 16:59:32 +00:00
Added led test mode
This commit is contained in:
@@ -305,6 +305,10 @@ try:
|
||||
play_animation.land()
|
||||
elif command == 'disarm':
|
||||
FlightLib.arming(False)
|
||||
elif command == 'led_test':
|
||||
LedLib.fill(255, 255, 255)
|
||||
time.sleep(2)
|
||||
LedLib.off()
|
||||
|
||||
elif command == 'request':
|
||||
request_target = args['value']
|
||||
|
||||
Reference in New Issue
Block a user