From c0de485705a4283c984ee4abc42563ff2a7ae340 Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Fri, 2 Sep 2016 16:57:08 -0500 Subject: [PATCH] 100.08 // Added _leds to drive the neopixels --- g2core/g2core_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g2core/g2core_info.h b/g2core/g2core_info.h index 53dc5aad6..2a287849f 100755 --- a/g2core/g2core_info.h +++ b/g2core/g2core_info.h @@ -21,7 +21,7 @@ #ifndef G2CORE_INFO_H_ONCE #define G2CORE_INFO_H_ONCE -#define G2CORE_FIRMWARE_BUILD 100.07 // Sticky EJ mode +#define G2CORE_FIRMWARE_BUILD 100.08 // Added _leds to drive the neopixels #ifdef GIT_VERSION #define G2CORE_FIRMWARE_BUILD_STRING GIT_VERSION #else