MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

How to change the pin #39

Closed LilyGO closed 6 years ago

LilyGO commented 6 years ago

Sir, hello. Because my pin is not a lot, my GPIO 22 used other functions, so DATA can not be connected. I really wanted to implement Bluetooth music, but I did not find a way to change the pin's code. I hope to get your help, thank you very much. Wish you a Happy New Year!

tonyp7 commented 6 years ago

No offense but this is not an issue and this is really lazy... Just search for GPIO_NUM_22 in the repository

https://github.com/MrBuddyCasino/ESP32_MP3_Decoder/blob/ca6344801fadfb7ec74fd71bc8b76bb6887f65df/components/audio_renderer/audio_renderer.c#L79

.... Boom just right there.

MrBuddyCasino commented 6 years ago

Thanks Tony!