Skip to content

Commit

Permalink
Updated pH threshold range
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanclewis committed Sep 23, 2024
1 parent 11ed415 commit 06105b6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Engine/.DS_Store
Binary file not shown.
Binary file added Engine/wired_to_pi/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions Engine/wired_to_pi/wired_to_pi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Ezo_board PMP2 = Ezo_board(57, "PMP2");
Ezo_board PMP3 = Ezo_board(58, "PMP3");

// Pump control thresholds
float PH_LOWER_LIMIT = 6.0;
float PH_UPPER_LIMIT = 7.0;
float PH_LOWER_LIMIT = 5.5;
float PH_UPPER_LIMIT = 6.5;
float EC_LOWER_LIMIT = 1000.0;
float EC_UPPER_LIMIT = 2000.0;
float PUMP_DOSE = -0.5; // Hard-coded dose amount (mL)
Expand Down

0 comments on commit 06105b6

Please sign in to comment.