From 51da7e4674fc2c8c3791eb7cbe897d4e9a9defa4 Mon Sep 17 00:00:00 2001 From: k3ng Date: Thu, 16 Dec 2021 17:53:30 -0500 Subject: [PATCH] 2021.12.16.01 Fixed compilation issues with update_time() and set_clock. errors with FEATURE_REMOTE_UNIT_SLAVE, FEATURE_MASTER_WITH_SERIAL_SLAVE (thanks, Razvan Popescu) --- k3ng_rotator_controller/rotator_features_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k3ng_rotator_controller/rotator_features_test.h b/k3ng_rotator_controller/rotator_features_test.h index cb8fd25..3f3ba91 100755 --- a/k3ng_rotator_controller/rotator_features_test.h +++ b/k3ng_rotator_controller/rotator_features_test.h @@ -169,7 +169,7 @@ //#define FEATURE_POWER_SWITCH //#define OPTION_EXTERNAL_ANALOG_REFERENCE //Activate external analog voltage reference (needed for RemoteQTH.com unit) -//#define OPTION_SYNC_MASTER_CLOCK_TO_SLAVE // use when GPS unit is connected to slave unit and you want to synchronize the master unit clock to the slave unit GPS clock +// #define OPTION_SYNC_MASTER_CLOCK_TO_SLAVE // use when GPS unit is connected to slave unit and you want to synchronize the master unit clock to the slave unit GPS clock //#define OPTION_SYNC_MASTER_COORDINATES_TO_SLAVE // use when GPS unit is connected to slave unit and you want to synchronize the master unit coordinates to the slave unit GPS //#define OPTION_DISABLE_HMC5883L_ERROR_CHECKING // #define OPTION_HAMLIB_EASYCOM_AZ_EL_COMMAND_HACK @@ -199,7 +199,7 @@ //#define OPTION_STEPPER_DO_NOT_USE_DIGITALWRITEFAST_LIBRARY -//#define OPTION_USE_OLD_TIME_CODE +// #define OPTION_USE_OLD_TIME_CODE #define OPTION_CLI_VT100