Skip to content

Commit

Permalink
add missing set_peep
Browse files Browse the repository at this point in the history
  • Loading branch information
Amado Antonini committed Mar 26, 2020
1 parent e2b12e8 commit 3d97f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e-vent.ino
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ void loop() {

if(millis()-stateTimer > Tex*1000){
pressure.set_peak_and_reset();
pressure.set_peep();
displ.writePeakP(pressure.peak());
displ.writePEEP(pressure.peep());
displ.writePlateauP(pressure.plateau());
Expand Down

0 comments on commit 3d97f4b

Please sign in to comment.