From 13b4d69eebe8d8977bc52a9ea616f97b42cbb146 Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Sat, 2 Jan 2021 22:37:58 +0100 Subject: [PATCH] Changed Power-PIN as there's no GPIO17 --- src/settings-lolin_d32_pro.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings-lolin_d32_pro.h b/src/settings-lolin_d32_pro.h index f7be6bf..ee770b0 100644 --- a/src/settings-lolin_d32_pro.h +++ b/src/settings-lolin_d32_pro.h @@ -46,12 +46,12 @@ #define DREHENCODER_BUTTON 32 // Button is used to switch Tonuino on and off // Control-buttons -#define PAUSEPLAY_BUTTON 5 // GPIO to detect pause/play +#define PAUSEPLAY_BUTTON 36 // GPIO to detect pause/play; 36 = 'VP' #define NEXT_BUTTON 33 // GPIO to detect next #define PREVIOUS_BUTTON 2 // GPIO to detect previous (Important: as of 19.11.2020 changed from 33 to 2) // (optional) Power-control -#define POWER 17 // GPIO used to drive transistor-circuit, that switches off peripheral devices while ESP32-deepsleep +#define POWER 5 // GPIO used to drive transistor-circuit, that switches off peripheral devices while ESP32-deepsleep // (optional) Neopixel #define LED_PIN 12 // GPIO for Neopixel-signaling