From 64a7986f628d31d5f4c44973617fc5cc80f04a6b Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:34:34 +0100 Subject: [PATCH] don't do this --- app/telemetry/MavlinkTelemetry.h | 2 +- app/telemetry/tutil/openhd_defines.hpp | 2 +- wiki/Untitled Diagram.drawio | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - +