Skip to content
Snippets Groups Projects
Commit 035edb69 authored by Stephen D's avatar Stephen D
Browse files

fix param order, again

parent 198f258d
No related branches found
No related tags found
No related merge requests found
Pipeline #3961 passed
......@@ -38,7 +38,7 @@ pub fn beacon_forever(
let mut packet = Packet::new(&mut buf);
packet
.add_identification(
Identification::new(c.icon, &c.callsign, c.ssid).context(
Identification::new(&c.callsign, c.ssid, c.icon).context(
"Config does not describe a valid identification (callsign, ssid, icon)",
)?,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment