Closed dpoettler closed 1 week ago
I can't see any problem here: the nvs is used to store the last connected address if you decide to activate the auto reconnect, so you can just ignore this.
If the error message is disturbing you feel free to submit a correction via a pull request.
ps.
I don't recommend to your obsolete esp32 core version with this old i2s API!
The actual version is 3.0.8 with 3.1 coming out soon.
Problem Description
Problem Description When attempting to use the BluetoothA2DPCommon library on an ESP32 device, the following error messages are encountered during startup:
After that I can still connect to the ESP via Bluetooth and use it as playback device but nothing else happens.
I have also used a no_ota.csv file to get more space for my code:
Device Description
Sketch
Other Steps to Reproduce
No response
Provide your Version of the EP32 Arduino Core (or the IDF Version)
PIO Core 6.1.16
I have checked existing issues, discussions and online documentation