command to turn on payload camera
This commit is contained in:
@ -32,6 +32,7 @@ mpsoc_file_dict = {
|
||||
sequence_file_dict = {
|
||||
MANUAL_INPUT: ["manual input", ""],
|
||||
"2": ["0:/EM16/231", "0:/EM16/231"],
|
||||
"3": ["0:/EQ04/E-75", "0:/EQ04/E-75"],
|
||||
}
|
||||
|
||||
|
||||
@ -233,5 +234,5 @@ def get_sequence_file() -> str:
|
||||
if key == MANUAL_INPUT:
|
||||
file = input("Ploc MPSoC: Specify absolute name file: ")
|
||||
else:
|
||||
file = mpsoc_file_dict[key][1]
|
||||
file = sequence_file_dict[key][1]
|
||||
return file
|
||||
|
Reference in New Issue
Block a user