Wolle
Wolle
No problem :-))  
Hi Kalo, maybe there was no version 3.0.11g, I did not find it in the version management. Alternative: https://github.com/schreibfaul1/ESP32-audioI2S/tree/master/additional_info/Helix%20AAC%20Decoder/aac_decoder You can replace the faad2 decoder with the Helix AAC decoder,...
Das ist total schwierig. Dem ESP32 gehen die Pins aus. Was noch frei wäre ist GPIO12. Das ist ein "strapping pin" der beim Start auf Masse gezogen werden muss, bzw....
I have made some corrections that you have pointed out. I'm not quite sure what you mean by #define SUPPORT_TRANSACTIONS and setup.h.
If ```` Connecting ............. A fatal error occured: ```` appears in the terminal during the upload, it may be that the last upload did not work and the ESP32 is...
That's right, under Linux you don't need any additional drivers, but sometimes you need to 'dialout' the user and give them rights, for example: ```` sudo usermod -a -G dialout...
That's right, I didn't bother with the library.json file. I didn't realise that this is used in the Arduino IDE and I did it manually for the last two releases....
The fact that the version can be read out has not been around for very long, only since 29 Apr. 25. You could do it this way: ````c++ // Events...
The project is getting bigger and bigger. The limit of what is feasible for the ESP32 has already been exceeded. If you have an ESP32 or ESP32-S3 with PSRAM, a...
Then it will certainly work better now :-)