Skip to content

Commit 667403f

Browse files
committed
Temp. Fix for one unexpected bug
1 parent 3b908bb commit 667403f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@ constexpr uint32_t LOG_ITEM_INTERVAL_MS =
465465
uxTaskGetNumberOfTasks());
466466

467467
constexpr uint_fast8_t REC_BYTES_PER_TASK = 40;
468-
constexpr uint_fast8_t NUM_ESP_TASKS = 8;
468+
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?
469471
constexpr uint_fast16_t STATS_BUFFER_SIZE =
470472
REC_BYTES_PER_TASK * (NUM_MAIN_TASKS + NUM_ESP_TASKS);
471473
char statsBuffer[STATS_BUFFER_SIZE] = {'\0'};

0 commit comments

Comments
 (0)