Skip to content

Commit

Permalink
Correct the spelling mistake (#117)
Browse files Browse the repository at this point in the history
Correct the spelling mistake in line 163
  • Loading branch information
ntlhui authored Nov 7, 2024
2 parents 480ce4a + 8cc4fd4 commit fcb09e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watersensor/waterSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ uint8_t WaterSensor::getCurrentStatus()

/**
* @brief forces the in/out of water status
* Usefule because of hystersis
* Useful because of hystersis
* @param water_detect_state
*/
void WaterSensor::forceState(uint8_t water_detect_state)
Expand Down

0 comments on commit fcb09e1

Please sign in to comment.