From 577cdc949726660048b638f1c39a7199785d85c1 Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Sun, 4 Nov 2018 13:22:03 +0100 Subject: [PATCH] lolin32lite.h: LED pin corrected --- src/hal/lolin32lite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hal/lolin32lite.h b/src/hal/lolin32lite.h index f916bc77..f353ee1a 100644 --- a/src/hal/lolin32lite.h +++ b/src/hal/lolin32lite.h @@ -7,7 +7,7 @@ #define CFG_sx1272_radio 1 // dummy -#define HAS_LED 22 // on board LED on GPIO22 +#define HAS_LED (5) // on board LED on GPIO5 #define LED_ACTIVE_LOW 1 // Onboard LED is active when pin is LOW #endif \ No newline at end of file