disabel debug command id
This commit is contained in:
parent
592f37544f
commit
f8d6fc4c2b
@ -362,8 +362,6 @@ def get_eive_service_op_code_dict(service_op_code_dict: ServiceOpCodeDictT):
|
|||||||
"Syrlinks Handler: Read LCL config register",
|
"Syrlinks Handler: Read LCL config register",
|
||||||
{OpCodeDictKeys.TIMEOUT: 2.0},
|
{OpCodeDictKeys.TIMEOUT: 2.0},
|
||||||
),
|
),
|
||||||
<<<<<<< Updated upstream
|
|
||||||
=======
|
|
||||||
"15": (
|
"15": (
|
||||||
"Syrlinks Handler: Set waveform OQPSK",
|
"Syrlinks Handler: Set waveform OQPSK",
|
||||||
{OpCodeDictKeys.TIMEOUT: 2.0},
|
{OpCodeDictKeys.TIMEOUT: 2.0},
|
||||||
@ -384,7 +382,6 @@ def get_eive_service_op_code_dict(service_op_code_dict: ServiceOpCodeDictT):
|
|||||||
"Syrlinks Handler: Disable debug output",
|
"Syrlinks Handler: Disable debug output",
|
||||||
{OpCodeDictKeys.TIMEOUT: 2.0},
|
{OpCodeDictKeys.TIMEOUT: 2.0},
|
||||||
),
|
),
|
||||||
>>>>>>> Stashed changes
|
|
||||||
}
|
}
|
||||||
service_syrlinks_handler_tuple = (
|
service_syrlinks_handler_tuple = (
|
||||||
"Syrlinks Handler",
|
"Syrlinks Handler",
|
||||||
|
@ -34,6 +34,7 @@ class CommandIds:
|
|||||||
SET_WAVEFORM_BPSK = 18
|
SET_WAVEFORM_BPSK = 18
|
||||||
SET_SECOND_CONFIG = 19
|
SET_SECOND_CONFIG = 19
|
||||||
ENABLE_DEBUG = 20
|
ENABLE_DEBUG = 20
|
||||||
|
DISABLE_DEBUG = 21
|
||||||
|
|
||||||
|
|
||||||
def pack_syrlinks_command(
|
def pack_syrlinks_command(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user