Skip to content

Commit

Permalink
Update mode indexes for Nearby addition
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Mar 3, 2024
1 parent 1d08141 commit 94b9e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/PiFinder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,9 @@ def main(script_name=None, show_fps=False, verbose=False):

# What is the highest index for observing modes
# vs status/debug modes accessed by alt-A
ui_observing_modes = 4
ui_mode_index = 4
logging_mode_index = 7
ui_observing_modes = 5
ui_mode_index = 5
logging_mode_index = 8

current_module = ui_modes[ui_mode_index]

Expand Down

0 comments on commit 94b9e96

Please sign in to comment.