I tried to save fence define via telemetry , I got failed. But I can save waypoint by telemetry.
I only can save it by USB connection.
You need to set the serial port used by your telemetry link to MAVLink2
e.g. SERIAL3_PROTOCOL = 2
1 Like
I agree with @juzzle1 although SERIALx_PROTOCOL should be 2 (“MAVLink2”) by default so the other possibility is that the radio itself does not support MAVLink2. Most telemetry radios will work because they just send serial (they don’t even know if the protocol used is MAVLink1, MAVLink2 or something else completely) but those that do understand MAVLink need to support MAVlink2. If this is an ESPxxx wifi telemetry radio then it’s firmware might need to be upgraded.
when I changed to serial port 2, it works. serial port 1 does not work.