Skip to content

Commit

Permalink
Change execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Apr 23, 2023
1 parent c570b81 commit d4d3916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ void setup()
{ loopTstat(TS_TYPE_CHAMBER); }); // Update temperature control loop
doFanControlTicker.attach(TEMPLOOP, []()
{ loopTstat(TS_TYPE_TOWER); }); // Update fan control loop
sendTIOTaps(); // Send initial Taplist.io keg levels

#if !defined(DISABLE_LOGGING)
if (app.copconfig.serial)
Expand All @@ -145,6 +144,7 @@ void setup()
#else
nullDoc("d");
#endif
sendTIOTaps(); // Send initial Taplist.io keg levels
}

void loop()
Expand Down

0 comments on commit d4d3916

Please sign in to comment.