QOpenHD
QOpenHD copied to clipboard
QOpenHD App
When using the map widget and zooming in/out a couple of times, or any other interactions with the widget, after a couple of times, it crashes the app. https://github.com/OpenHD/QOpenHD/actions/runs/9670485312/artifacts/1638076635 running...
This PR just makes sure that the project is buildable on macOS
Please add button for compass calibration in GUI. Near "Reboot FC" button i think.
The sidebar needs a few fixes. Below is a list of features that would be nice to have included: - [x] Scan for channels - [ ] Improved camera settings...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
I was testing it locally and forgot about package.sh. Now automatic builds shoud complete successfully (at least x86_64 for sure does). And I also fixed a bit of code style,...
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...