master
Robert Jördens 2021-08-03 08:47:37 +00:00
parent 90583e2048
commit 8802b60fcf
2 changed files with 8 additions and 2 deletions

View File

@ -199,7 +199,10 @@ const APP: () = {
stabilizer.cycle_counter,
env!("CARGO_BIN_NAME"),
stabilizer.net.mac_address,
option_env!("BROKER").unwrap_or("10.34.16.10").parse().unwrap(),
option_env!("BROKER")
.unwrap_or("10.34.16.10")
.parse()
.unwrap(),
);
let generator = network

View File

@ -240,7 +240,10 @@ const APP: () = {
stabilizer.cycle_counter,
env!("CARGO_BIN_NAME"),
stabilizer.net.mac_address,
option_env!("BROKER").unwrap_or("10.34.16.10").parse().unwrap(),
option_env!("BROKER")
.unwrap_or("10.34.16.10")
.parse()
.unwrap(),
);
let generator = network.configure_streaming(