From 5b07d454b1f6923839eb969d3df3ba53580fc760 Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 10 Jul 2020 11:29:32 -0700 Subject: [PATCH] WIP RAK815 now builds correctly --- variants/rak815/variant.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/variants/rak815/variant.h b/variants/rak815/variant.h index 41a6b64e..0541ea5f 100644 --- a/variants/rak815/variant.h +++ b/variants/rak815/variant.h @@ -49,8 +49,9 @@ extern "C" #define LED_BUILTIN PIN_LED1 #define LED_CONN PIN_LED2 -//#define LED_RED PIN_LED1 -//#define LED_BLUE PIN_LED2 +// The BLE stack is hardwired to look for these constants +#define LED_RED PIN_LED1 +#define LED_BLUE PIN_LED2 #define LED_STATE_ON 0 // State when LED is litted