Skip to content

Commit

Permalink
Add auto to q setting options
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Aug 3, 2021
1 parent 92545a2 commit 93d7cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noisebox_oled_helpers/menu_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, dry_run=False):
self._active_menu_items = self._main_menu_items
self._input_values = ["1", "2"]
self._channels_values = ["1", "2"]
self._queue_values = ["2", "4", "6", "8", "10", "12", "14", "16", "18", "20", "22", "24"]
self._queue_values = ["auto", "2", "4", "6", "8", "10", "12", "14", "16", "18", "20", "22", "24"]
self._fpp_values = ["64", "128", "256", "512"]
self._mode_values = ["hub-server", "p2p"]

Expand Down

0 comments on commit 93d7cb7

Please sign in to comment.