Skip to content

Commit

Permalink
make it so that get virtual angle works, get status is broken tho
Browse files Browse the repository at this point in the history
  • Loading branch information
steamypotato committed May 26, 2023
1 parent 37ad5eb commit dac5918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def handle_limit_switch_value(data):
("set_servo_angle", 26, [dt.ARG_FLOAT32]), ("get_virtual_angle", 37, [])]


science_in_commands = [("status", 38, handle_status), ("status", 40, handle_status), ("limit_switch_value", 28, handle_limit_switch_value)]
science_in_commands = [("virtual angle", 38, handle_debug_str), ("status", 40, handle_status), ("limit_switch_value", 28, handle_limit_switch_value)]

0 comments on commit dac5918

Please sign in to comment.