From b20629c60eb5dd0ae9eb7529b42e04d24f7c5b4b Mon Sep 17 00:00:00 2001 From: Anthony Good Date: Tue, 8 Sep 2020 21:54:40 -0400 Subject: [PATCH] 2020.09.09.01 FEATURE_NEXTION_DISPLAY Some code cleanup --- k3ng_rotator_controller/k3ng_rotator_controller.ino | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/k3ng_rotator_controller/k3ng_rotator_controller.ino b/k3ng_rotator_controller/k3ng_rotator_controller.ino index 3daa348..d3b4c88 100644 --- a/k3ng_rotator_controller/k3ng_rotator_controller.ino +++ b/k3ng_rotator_controller/k3ng_rotator_controller.ino @@ -878,7 +878,11 @@ FEATURE_NEXTION_DISPLAY Added new bit value to gVS (various statuses): configuration_dirty 65536 FEATURE_AUTOPARK - Cleaned up some code for the \Y command that may have had a bug + Cleaned up some code for the \Y command that may have had a bug + + 2020.09.09.01 + FEATURE_NEXTION_DISPLAY + Some code cleanup All library files should be placed in directories likes \sketchbook\libraries\library1\ , \sketchbook\libraries\library2\ , etc. @@ -894,7 +898,7 @@ */ -#define CODE_VERSION "2020.09.02.01" +#define CODE_VERSION "2020.09.09.01" #include @@ -4640,11 +4644,6 @@ void service_nextion_display(){ } #endif - // Rotator Controller API Implementation Version - DEPRECATED 2020.09.01.03 - // #define NEXTION_API_VERSION_STRING "vRCAPIv.val=2020090103" - // strcpy_P(workstring1,(const char*) F(NEXTION_API_VERSION_STRING)); - // sendNextionCommand(workstring1); - #if defined(DEBUG_NEXTION_DISPLAY_INIT) if (initialization_stage == 2){ debug.print(F("\r\nservice_nextion_display: init: sent first "));