Skip to content
Snippets Groups Projects
Commit 6757eac3 authored by Jan David Mol's avatar Jan David Mol
Browse files

fix defaults for non-specified streams

parent 8e398d58
Branches
Tags
No related merge requests found
......@@ -657,7 +657,10 @@ class Beamlet(OPCUADevice):
# Set MAC, IP, port
for setting, value_if_undefined in [
("FPGA_beamlet_output_multiple_hdr_eth_destination_mac_RW", "00:00:00:00:00:00"),
(
"FPGA_beamlet_output_multiple_hdr_eth_destination_mac_RW",
"00:00:00:00:00:00",
),
("FPGA_beamlet_output_multiple_hdr_ip_destination_address_RW", "0.0.0.0"),
("FPGA_beamlet_output_multiple_hdr_udp_destination_port_RW", 0),
]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment