add 2nd ED

This commit is contained in:
Ruben van de Ven 2025-06-13 20:38:22 +02:00
parent 02f0eb675d
commit 0ca03aa1e7

View file

@ -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
}