Skip to content

Commit

Permalink
Added LED ring effects, Closes bitcraze#344
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Aug 6, 2018
1 parent 4c3f77e commit e7dc0f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cfclient/ui/tabs/FlightTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@ def _ring_populate_dropdown(self):
10: "Boat lights",
11: "Alert",
12: "Gravity",
13: "LED tab"}
13: "LED tab",
14: "Color fader",
15: "Link quality"}

for i in range(nbr + 1):
name = "{}: ".format(i)
Expand Down

0 comments on commit e7dc0f6

Please sign in to comment.