From 42e1a0639c134badb3229bcd56d08981f8fb60bd Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 4 Dec 2018 16:33:24 -0800 Subject: [PATCH] Fix argon LED --- src/boards/particle_argon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/particle_argon.h b/src/boards/particle_argon.h index 2fc201f..2ce69b3 100644 --- a/src/boards/particle_argon.h +++ b/src/boards/particle_argon.h @@ -44,7 +44,7 @@ *------------------------------------------------------------------*/ #define LEDS_NUMBER 1 #define LED_PRIMARY_PIN _PINNUM(1, 12) - #define LED_STATE_ON 0 + #define LED_STATE_ON 1 #define LED_RGB_RED_PIN _PINNUM(0, 13) #define LED_RGB_GREEN_PIN _PINNUM(0, 14)