diff --git a/app/telemetry/MavlinkTelemetry.h b/app/telemetry/MavlinkTelemetry.h index 1a6dc4ae7..481138d5c 100644 --- a/app/telemetry/MavlinkTelemetry.h +++ b/app/telemetry/MavlinkTelemetry.h @@ -72,7 +72,7 @@ class MavlinkTelemetry : public QObject private: // We follow the same practice as QGrouncontroll: Listen for incoming data on a specific UDP port, // -> as soon as we got the first packet, we know the address to send data to for bidirectional communication - static constexpr auto QOPENHD_GROUND_CLIENT_UDP_PORT_IN=14550; + static constexpr auto QOPENHD_GROUND_CLIENT_UDP_PORT_IN=15555; static constexpr auto QOPENHD_OPENHD_GROUND_TCP_SERVER_PORT=5760; // Called every time we get a mavlink message (from any system). void process_mavlink_message(const mavlink_message_t& msg); diff --git a/app/telemetry/tutil/openhd_defines.hpp b/app/telemetry/tutil/openhd_defines.hpp index 6dbc39cd1..547ca14e7 100644 --- a/app/telemetry/tutil/openhd_defines.hpp +++ b/app/telemetry/tutil/openhd_defines.hpp @@ -11,7 +11,7 @@ static_assert(OHD_SYS_ID_GROUND != OHD_SYS_ID_AIR); // other static constexpr auto OHD_GROUND_SERVER_TCP_PORT=5760; -static constexpr auto OHD_GROUND_CLIENT_UDP_PORT_OUT = 14550; +static constexpr auto OHD_GROUND_CLIENT_UDP_PORT_OUT = 15555; static constexpr auto OHD_GROUND_CLIENT_UDP_PORT_IN = 14551; // MAV_COMP_ID_CAMERA=100 diff --git a/wiki/Untitled Diagram.drawio b/wiki/Untitled Diagram.drawio index efd67678a..aca9bcda9 100644 --- a/wiki/Untitled Diagram.drawio +++ b/wiki/Untitled Diagram.drawio @@ -34,7 +34,7 @@ - +