esb icon indicating copy to clipboard operation
esb copied to clipboard

Make Addresses fields public

Open David-OConnor opened this issue 3 years ago • 2 comments

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.

David-OConnor avatar Nov 15 '21 21:11 David-OConnor