From 79a36fba6f28e6b7f7bb2d1ed4d74ae40c2eec70 Mon Sep 17 00:00:00 2001 From: Alden Hart Date: Wed, 30 May 2018 08:28:58 -0400 Subject: [PATCH] Set firmware build to 101.03 - Issue #320, #354 - Added stepper polarity {1pl:n}, Fixed SR setting bug --- 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 932aacd3..6e7a3a65 100644 --- 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 101.03 // Added stepper polarity {1pl:n} +#define G2CORE_FIRMWARE_BUILD 101.03 // Issue #320, #354 - Added stepper polarity {1pl:n}, Fixed SR setting bug #define G2CORE_FIRMWARE_VERSION 0.99 #ifdef GIT_VERSION