OpenHD / QOpenHD

QOpenHD App
Other
208 stars 81 forks source link

Reporting wrong IP when it's corect in TCP Manual mode #655

Closed sound-eng closed 4 months ago

sound-eng commented 5 months ago

AR: set Manual TCP IP, UI is reporting: "Wrong IP?" ER: set correct manual TCP IP, status gets "CONNECTED"

IMHO the bug is in this line: https://github.com/OpenHD/QOpenHD/blob/d673fdb1ffee23d37ecd88466ae4ca87e31e134c/app/telemetry/MavlinkTelemetry.cpp#L377 we need to use m_tcp_connection instead of m_udp_conection here?