mirror of
https://github.com/k3ng/k3ng_rotator_controller.git
synced 2024-12-18 20:57:56 +00:00
2020.09.09.01
FEATURE_NEXTION_DISPLAY Some code cleanup
This commit is contained in:
parent
b41b7dbfe8
commit
b20629c60e
@ -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 <avr/pgmspace.h>
|
||||
@ -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 "));
|
||||
|
Loading…
Reference in New Issue
Block a user