Ramon Roche 2ae4ca4bf4
fix(mavlink): remove port cap that forced instances 10+ to share port
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>
2026-03-16 07:44:19 -07:00
..
2025-08-21 16:46:06 +02:00