Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
964 stars 227 forks source link

downpreset #491

Open ChristianTardif opened 2 years ago

ChristianTardif commented 2 years ago

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.

Edzelf commented 2 years ago

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.