Skip to content

Commit

Permalink
more stack size for JSY task
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 20, 2024
1 parent fbb8970 commit afa7058
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 @@ -63,7 +63,7 @@ void setup() {
initMqttSubscribersTask.forceRun();
initDashboardCards.forceRun();

assert( jsyTaskManager.asyncStart(512 * 4, 5, 0, 100, true)); // NOLINT
assert( jsyTaskManager.asyncStart(512 * 6, 5, 0, 100, true)); // NOLINT
assert( pioTaskManager.asyncStart(512 * 7, 1, 1, 100, true)); // NOLINT
assert( coreTaskManager.asyncStart(512 * 7, 1, 1, 100, true)); // NOLINT
assert( mqttTaskManager.asyncStart(512 * 7, 1, 1, 100, false)); // NOLINT
Expand Down

0 comments on commit afa7058

Please sign in to comment.