esb
esb copied to clipboard
Make Addresses fields public
So you can set things while leaving the rest default:
let addresses = Addresses {
rf_channel: RF_CHANNEL,
..Default::default();
}
I don't think there's another way to do this currently without hand copying the pipe addresses etc.