Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Sep 20, 2023
1 parent 684459c commit f800628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ docs/mcss-doxy-output.log
docs/mcss.log
doygen-run.log
examples/TestCommands/TestCommands.ino
compile_commands.json
2 changes: 1 addition & 1 deletion src/SDI12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ SDI12::SDI12(int8_t dataPin) {
// to distinguish between the '0' that parseInt and parseFloat usually return
// on timeouts and a real measured 0 value. So we force the timeout response
// to be -9999, which is not a common value for most variables measured by
// in-site environmental sensors.
// in-situ environmental sensors.
setTimeoutValue(-9999);
}

Expand Down

0 comments on commit f800628

Please sign in to comment.