Skip to content

Commit

Permalink
change to pid not velo pid
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 20, 2024
1 parent 0fe1e72 commit a1c73ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REVHubInterface/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def __init__(self, root):
self.DC_Motor.grid_columnconfigure(0, weight=1)
self.DC_Motor.grid_rowconfigure(0, weight=1)

self.Tab_frame.add(self.motorPID, text='Motor Velocity PID')
self.Tab_frame.add(self.motorPID, text='Motor PID')

self.motorPID.grid_columnconfigure(0, weight=1)
self.motorPID.grid_rowconfigure(0, weight=1)
Expand Down

0 comments on commit a1c73ba

Please sign in to comment.