QOpenHD icon indicating copy to clipboard operation
QOpenHD copied to clipboard

Header optimization - Ports

Open 0Karakurt0 opened this issue 2 months ago • 0 comments

I see that UDP port that QOpenHD listens on is defined twice in different parts of the code:

  • in ./app/telemetry/tutil/openhd_defines.hpp
  • and in ./app/telemetry/MavlinkTelemetry.h

I highly suspect that this is redundant and there is a way to source one from another, thereby simplifying the setup and eliminating potetional synchronization error.

0Karakurt0 avatar Oct 20 '25 13:10 0Karakurt0