Hi,
I am new to the subject and have no idea.
My goal is to use Arduino IDE (2.3.6) to upload a code to an ESP-32 dev board and couple it with a PS3 controller.
I followed the instructions and got stuck on the “compilation of the sketch”.
The output highlights the following lines in red:
"
d:---\Documents\Arduino\libraries\PS3_Controller_Host\src\ps3.c: In function 'ps3SetBluetoothMacAddress':
d:---\Documents\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);
| ^~~~~~~~~~~~~~~~~~~~~
"
and ends with
"
exit status 1
Compilation error: exit status 1
"
Do you have an idea what I can do?
Hi,
I am new to the subject and have no idea.
My goal is to use Arduino IDE (2.3.6) to upload a code to an ESP-32 dev board and couple it with a PS3 controller.
I followed the instructions and got stuck on the “compilation of the sketch”.
The output highlights the following lines in red:
"
d:---\Documents\Arduino\libraries\PS3_Controller_Host\src\ps3.c: In function 'ps3SetBluetoothMacAddress':
d:---\Documents\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);
| ^~~~~~~~~~~~~~~~~~~~~
"
and ends with
"
exit status 1
Compilation error: exit status 1
"
Do you have an idea what I can do?