Edzelf/ESP32-Radio

downpreset

Opened this issue · 1 comments

Hello
I Try to use button to change preset. Using the uppreset = 1 in config work well, but the downpreset = 1 does'nt.

gpio_00 = uppreset = 1
gpio_15 = downpreset = 1

Do you any idea?

Thank you in advance.

I tested it with the V2 version of the radio (https://github.com/Edzelf/ESP32Radio-V2) and it works correct. Maybe gpio_15 is also used for a different function in your set-up.
You can always try to enter the command "downpreset = 1" in the serial monitor.