Reporting wrong IP when it's corect in TCP Manual mode
sound-eng opened this issue · 0 comments
sound-eng commented
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:
QOpenHD/app/telemetry/MavlinkTelemetry.cpp
Line 377 in d673fdb
we need to use m_tcp_connection instead of m_udp_conection here?