me-no-dev / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
750 stars 433 forks source link

[ 32449][E][AsyncTCP.cpp:1313] begin(): failed to start task #167

Open Juandgarcia2 opened 1 year ago

Juandgarcia2 commented 1 year ago

When SD card function is implemented, the program outputs: [ 32449][E][AsyncTCP.cpp:1313] begin(): failed to start task.

The library of the SD is "SD.h".

I think is something with the SPI resource.