mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mavlink: don't reset _src_addr_initialized on parameter updates
This commit is contained in:
parent
e0a8d217fc
commit
1f77a3750e
@ -2259,14 +2259,6 @@ Mavlink::task_main(int argc, char *argv[])
|
||||
|
||||
// update parameters from storage
|
||||
mavlink_update_parameters();
|
||||
|
||||
#if defined(CONFIG_NET)
|
||||
|
||||
if (!multicast_enabled()) {
|
||||
_src_addr_initialized = false;
|
||||
}
|
||||
|
||||
#endif // CONFIG_NET
|
||||
}
|
||||
|
||||
configure_sik_radio();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user