Code: Select all
char status[32] = {0};
client.readBytesUntil('\r', status, sizeof(status));
When i don't declare the task for Core 0 there isn't problem, I believe that the content of the task doesn't matters because if there is only a delay, the problem persists.
If I make the same process but using EthernetClient instead of Wifi, the code works correctly.