Skip to content

Commit

Permalink
switch to launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil21 authored Sep 28, 2024
1 parent ba3200f commit b4bfe4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def main(is_simulation: bool, real_servo: bool) -> None:
while not airbrakes.shutdown_requested:
airbrakes.update()

# if is_simulation:
update_display(airbrakes, sim_time_start)
if is_simulation:
update_display(airbrakes, sim_time_start)
except KeyboardInterrupt:
pass
finally:
Expand Down

0 comments on commit b4bfe4f

Please sign in to comment.