Skip to content

Commit fb0adeb

Browse files
committed
Task list raised for ESP-Hosted adding way more tasks.
1 parent ad8f66a commit fb0adeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled_serial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static float mapf(float x, float in_min, float in_max, float out_min, float out_
111111

112112
void task_list() {
113113

114-
#define MAX_TASKS 20
114+
#define MAX_TASKS 30 // if you see "zero tasks" raise this number. If there's more tasks than this, you get NO tasks back.
115115

116116
TaskStatus_t taskStatusArray[MAX_TASKS];
117117
UBaseType_t taskCount;

0 commit comments

Comments
 (0)