mavlink / MAVSDK-docs

MAVSDK Guide Docs - Source Code
https://mavsdk.mavlink.io
Other
24 stars 37 forks source link

Update UDP client connection syntax to use udpin:// #288

Open KarthiAru opened 2 months ago

KarthiAru commented 2 months ago

Changed all instances of the deprecated UDP connection syntax udp://:PORT to the recommended udpin://:PORT following the deprecation warning: Connection using udp:// is deprecated, please use udpin:// or udpout:// (cli_arg.cpp:28)

KarthiAru commented 2 months ago

Done. Updated to include 0.0.0.0