Problem stack size SET_LOOP_TASK_STACK_SIZE

I have no knowledge, Imooerate here on pattern matching and I note in case it means anything that

// This sets Arduino Stack Size - comment this line to use default 8K stack size
SET_LOOP_TASK_STACK_SIZE(16*1024); // 16KB

is the very very first thing that gets appears in the code in the example.

a7