Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 committed Dec 4, 2024
1 parent 5caa383 commit 248fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/jomjol_flowcontroll/ClassFlowControll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ bool ClassFlowControll::StartMQTTService()

void ClassFlowControll::SetInitialParameter(void)
{
AutoStart = True;
AutoStart = true;
SetupModeActive = false;
AutoInterval = 10; // Minutes
flowdigit = NULL;
Expand Down

0 comments on commit 248fdbf

Please sign in to comment.