Dennis Pollithy
Results
2
issues of
Dennis Pollithy
Hello! I am running this component on ESP-IDF v4.2 with following code: ``` void app_main(void) { uint8_t new_mac[8] = {0x30,0xae,0xa4,0xbf,0x5b,0x7e}; esp_base_mac_addr_set(new_mac); nvs_flash_init(); ps3SetEventCallback(controller_event_cb); ps3SetBluetoothMacAddress(new_mac); ps3Init(); while (!ps3IsConnected()) { // Prevent...