Skip to content

Commit

Permalink
fixed setmeter for force update
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancrubin committed Jul 8, 2022
1 parent f1e9d42 commit 005cbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Watermeter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ void WATERMETER::setDebounce(int value){
// FUNCTION - [setMeter] - [Sets the meter from the physical display-----------]
void WATERMETER::setMeter(double value){
meter = value;
update = 1;
}
// ----------------------------------------------------------------------------]

Expand Down

0 comments on commit 005cbb4

Please sign in to comment.