Wifi and dual core Bug

IngFormacion
Posts: 3
Joined: Mon Jul 29, 2019 4:33 pm

Wifi and dual core Bug

Postby IngFormacion » Mon Jul 29, 2019 4:48 pm

I'm Using WifiClient.h, but when I declare a task for Core 0, all works fine ultil I make a wifi request, in the line:

Code: Select all

char status[32] = {0};
  client.readBytesUntil('\r', status, sizeof(status));
the core 1 stops and doesn't start again.
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.

Who is online

Users browsing this forum: No registered users and 29 guests