Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Aug 26, 2022
1 parent 3bcc2fd commit 794eca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pioreactor_air_bubbler/additional_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@


[air_bubbler]
duty_cycle=10 # this should be tuned to produce modest bubbles
# this should be tuned to produce modest bubbles
duty_cycle=10
hertz=200
pre_delay_duration=1.5
post_delay_duration=0.75
Expand Down
1 change: 0 additions & 1 deletion pioreactor_air_bubbler/air_bubbler.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def on_disconnected(self):

def stop_pumping(self):
if hasattr(self, "pwm"):
# if the user unpauses, we want to go back to their previous value, and not the default.
self.pwm.change_duty_cycle(0)

def start_pumping(self):
Expand Down

0 comments on commit 794eca6

Please sign in to comment.