aed3 / PS4-esp32

Use a ps4 controller with an esp32
328 stars 103 forks source link

Does not work with sd card #54

Open Serejka3 opened 1 year ago

Serejka3 commented 1 year ago

When I trying to use this library in conjunction with an SD card - esp32 hangs on PS4.begin. If I comment out PS4.begin the rest of the code works successfully. If I physically unplug the SD card adapter, the library runs successfully. SD card connect via SPI. Does anyone have any idea how to fix this?