Skip to content

Commit

Permalink
lowering interrupt min time diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-bit committed Apr 17, 2023
1 parent 298b646 commit 2a87451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peripherals/pump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <PSM.h>
#include "utils.h"

PSM pump(zcPin, dimmerPin, PUMP_RANGE, ZC_MODE, 1, 5);
PSM pump(zcPin, dimmerPin, PUMP_RANGE, ZC_MODE, 1, 2);

float flowPerClickAtZeroBar = 0.27f;
int maxPumpClicksPerSecond = 50;
Expand Down

0 comments on commit 2a87451

Please sign in to comment.