Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Dec 24, 2024
1 parent 907b641 commit 54b2de2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ void setup() {
initMqttSubscribersTask.forceRun();
initDashboard.forceRun();

assert( jsyTaskManager.asyncStart(512 * 6, 5, 0, 100, true)); // NOLINT
assert( coreTaskManager.asyncStart(512 * 8, 1, 1, 100, true)); // NOLINT
assert( unsafeTaskManager.asyncStart(512 * 8, 1, 1, 100, false)); // NOLINT
assert( pzemTaskManager.asyncStart(512 * 6, 5, 0, 100, true)); // NOLINT
assert(jsyTaskManager.asyncStart(512 * 6, 5, 0, 100, true)); // NOLINT
assert(coreTaskManager.asyncStart(512 * 8, 1, 1, 100, true)); // NOLINT
assert(unsafeTaskManager.asyncStart(512 * 8, 1, 1, 100, false)); // NOLINT
assert(pzemTaskManager.asyncStart(512 * 6, 5, 0, 100, true)); // NOLINT

// STARTUP READY!
logger.info(TAG, "Started %s", Mycila::AppInfo.nameModelVersion.c_str());
Expand Down

0 comments on commit 54b2de2

Please sign in to comment.