From 40e1a4a82578fbd950fe295a85864d9a472faad8 Mon Sep 17 00:00:00 2001 From: Anthony Good Date: Sun, 11 Feb 2018 12:29:09 -0500 Subject: [PATCH] 2018.02.11.01 Merge of https://github.com/k3ng/k3ng_rotator_controller/pull/45 (Thanks, IT9IPQ) --- k3ng_rotator_controller/k3ng_rotator_controller.ino | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/k3ng_rotator_controller/k3ng_rotator_controller.ino b/k3ng_rotator_controller/k3ng_rotator_controller.ino index 5fa2b7c..349914a 100644 --- a/k3ng_rotator_controller/k3ng_rotator_controller.ino +++ b/k3ng_rotator_controller/k3ng_rotator_controller.ino @@ -339,6 +339,9 @@ 2018.02.05.01 Disabled free memory check in DEBUG_DUMP for TEENSYDUINO to fix compilation erroring out (Thanks, Martin, HS0ZED) + 2018.02.11.01 + Merge of https://github.com/k3ng/k3ng_rotator_controller/pull/45 (Thanks, IT9IPQ) + All library files should be placed in directories likes \sketchbook\libraries\library1\ , \sketchbook\libraries\library2\ , etc. Anything rotator_*.* should be in the ino directory! @@ -348,7 +351,7 @@ */ -#define CODE_VERSION "2018.02.05.01" +#define CODE_VERSION "2018.02.11.01" #include #include