add 2nd ED
This commit is contained in:
parent
02f0eb675d
commit
0ca03aa1e7
1 changed files with 16 additions and 0 deletions
|
@ -204,6 +204,22 @@ fn get_dac_configs() -> DacConfigMap{
|
|||
homography: python_cv_h_into_mat3(TMP_DESK_CLUBMAX)
|
||||
}
|
||||
);
|
||||
dac_configs.insert(
|
||||
DacId::EtherDream {
|
||||
mac_address: [
|
||||
98,
|
||||
120,
|
||||
178,
|
||||
228,
|
||||
198,
|
||||
175,
|
||||
],
|
||||
},
|
||||
DacConfig{
|
||||
name: "ED - 192.168.9.101".into(),
|
||||
homography: python_cv_h_into_mat3(TMP_DESK_CLUBMAX)
|
||||
}
|
||||
);
|
||||
dac_configs
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue