We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b908bb commit 667403fCopy full SHA for 667403f
1 file changed
src/main.cpp
@@ -465,7 +465,9 @@ constexpr uint32_t LOG_ITEM_INTERVAL_MS =
465
uxTaskGetNumberOfTasks());
466
467
constexpr uint_fast8_t REC_BYTES_PER_TASK = 40;
468
- constexpr uint_fast8_t NUM_ESP_TASKS = 8;
+ constexpr uint_fast8_t NUM_ESP_TASKS =
469
+ 11; // TODO: Why was this set to 8 and why did I need to increase it
470
+ // by 3?
471
constexpr uint_fast16_t STATS_BUFFER_SIZE =
472
REC_BYTES_PER_TASK * (NUM_MAIN_TASKS + NUM_ESP_TASKS);
473
char statsBuffer[STATS_BUFFER_SIZE] = {'\0'};
0 commit comments