jvpernis / esp32-ps3

Control your ESP32 projects with a PS3 controller!
298 stars 81 forks source link

E (29) system_api: Base MAC must be a unicast MAC #47

Open wabmester opened 2 years ago

wabmester commented 2 years ago

The examples use a non-unicast MAC. I see that this bug has already been fixed in the PS4-esp32 library, so you may want to change the examples to use a similar MAC (1a:2b:3c:01:01:01).

(The lsb of the first byte must be 0.)