mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
The line `[ "$px4_instance" -gt 9 ] && udp_offboard_port_remote=14549` forced all instances above 9 to share the same offboard port, breaking multi-instance setups with 10+ drones. Without it, each instance gets a unique port 14540+i with no overlap. Signed-off-by: Ramon Roche <mrpollo@gmail.com>