Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuntara authored Jan 31, 2017
1 parent 1496d5e commit b101850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pentair_driver_v2/pentair_driver_v2.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ void PumpChanged(Pump myPump) {
// P: A500 d=10 s=60 c=04 l=01 00 <011A> CTRL is local

void DoCycleTest(){
pentair->PumpStatusCheck(1);
pentair.PumpStatusCheck(1); // set to remote, ask status of pump 1, set back to local
}

0 comments on commit b101850

Please sign in to comment.