2020.07.26.02

FEATURE_SATELLITE_TRACKING
          \% command now calculates max elevation for each pass
        FEATURE_NEXTION_DISPLAY
          vConResult API variable no longer has response code in results from extended backslash commands
This commit is contained in:
Anthony Good 2020-07-27 14:45:03 -04:00
parent 78c586ac61
commit c94f42e3df
2 changed files with 378 additions and 291 deletions

File diff suppressed because it is too large Load Diff

View File

@ -253,6 +253,14 @@
#define ACTIVATE_SUN_TRACKING 5
#define ACTIVATE_SATELLITE_TRACKING 6
#define JUST_UPDATE_AOS_AND_LOS_GLOBAL_VARS 0
#define AOS_LOS_MULTILINE_REPORT 1
#define AOS_LOS_TABULAR_REPORT 2
#define DO_NOT_INCLUDE_RESPONSE_CODE 0
#define INCLUDE_RESPONSE_CODE 1
/* ------end of macros ------- */