Ps3Controller.h and esp32 does not connect

Hi there
On the esp32 32S disc I connect with the PS3 pad On the esp32 platform devkit v1 I cannot connect The same program PS3 pad original
What could be the reason. Something is out of the bookcase
Arduino does not give errors

Does this look like a library bug? PS3 Controller Host 1.1.0

include <Ps3Controller.h>

// Set your new MAC Address

void setup()
{

Serial.begin(115200);
Ps3.begin("f0:f0:02:4c:ac:3b");

Serial.println("Ready.");
}

void loop()
{
if (Ps3.isConnected())
{
Serial.println("Connected!");
}

delay(1000);
}

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.