Skip to content

Commit

Permalink
CHG: distance parameter H3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbrab committed Nov 15, 2020
1 parent 74c1223 commit c76075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/WaterLevelTransmitter/WaterLevelTransmitter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ UsDetector det = UsDetector(US_TRIGPIN, US_ECHOPIN, US_TIMEOUT);
// H2 (meter)
#define H2 0.68
// H3 (meter)
#define H3 0.05
#define H3 0.07
// V (liter)
#define V 3000
// X_MIN (meter)
Expand Down

0 comments on commit c76075e

Please sign in to comment.