I have been attempting to get a script to compile in Arduino IDE 2.3.6 using the PS3 Controller Host library v1.1.0 and receive the following comp. error:
Arduino\libraries\PS3_Controller_Host\src\ps3.c: In function 'ps3SetBluetoothMacAddress':
Arduino\libraries\PS3_Controller_Host\src\ps3.c:287:5: error: implicit declaration of function 'esp_base_mac_addr_set' [-Wimplicit-function-declaration]
287 | esp_base_mac_addr_set(base_mac);
| ^~~~~~~~~~~~~~~~~~~~~
exit status 1
Compilation error: exit status 1
Any help would be appreciated.
I have been attempting to get a script to compile in Arduino IDE 2.3.6 using the PS3 Controller Host library v1.1.0 and receive the following comp. error:
Arduino\libraries\PS3_Controller_Host\src\ps3.c: In function 'ps3SetBluetoothMacAddress':
Arduino\libraries\PS3_Controller_Host\src\ps3.c:287:5: error: implicit declaration of function 'esp_base_mac_addr_set' [-Wimplicit-function-declaration]
287 | esp_base_mac_addr_set(base_mac);
| ^~~~~~~~~~~~~~~~~~~~~
exit status 1
Compilation error: exit status 1
Any help would be appreciated.