diff --git a/k3ng_rotator_controller/k3ng_rotator_controller.ino b/k3ng_rotator_controller/k3ng_rotator_controller.ino index 4e63f08..2382915 100644 --- a/k3ng_rotator_controller/k3ng_rotator_controller.ino +++ b/k3ng_rotator_controller/k3ng_rotator_controller.ino @@ -7210,9 +7210,9 @@ void read_settings_from_eeprom(){ #ifdef DEBUG_EEPROM if (debug_mode) { debug.println("read_settings_from_eeprom: reading settings from eeprom: "); - debug.print("\nconfiguration_struct_version"): + debug.print("\nconfiguration_struct_version"); debug.print(configuration.configuration_struct_version); - debug.print("\nconfiguration_struct_subversion"): + debug.print("\nconfiguration_struct_subversion"); debug.print(configuration.configuration_struct_subversion); debug.print("\nanalog_az_full_ccw"); debug.print(configuration.analog_az_full_ccw);