https://github.com/inavflight/pr-test-builds
Publicly available hex files for testing PRs
https://github.com/inavflight/pr-test-builds
Last synced: 8 days ago
JSON representation
Publicly available hex files for testing PRs
- Host: GitHub
- URL: https://github.com/inavflight/pr-test-builds
- Owner: iNavFlight
- Created: 2026-03-01T15:38:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-29T21:14:46.000Z (15 days ago)
- Last Synced: 2026-05-29T23:20:58.701Z (15 days ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INAV PR Test Builds
This repository holds test firmware builds generated automatically from open pull requests in [iNavFlight/inav](https://github.com/iNavFlight/inav).
## Purpose
When a pull request passes CI, firmware is published here as a pre-release so community members can test changes on real hardware before the PR is merged — without needing a local toolchain or a GitHub account to download files.
## How to find your build
1. Go to [Releases](https://github.com/iNavFlight/pr-test-builds/releases)
2. Find the release for the PR you want to test, e.g. `pr-1234`
3. Download the `.hex` file for your flight controller, e.g. `MATEKF405SE.hex`
4. Flash using INAV Configurator — use **Full Chip Erase** when flashing a development build
A comment is also posted directly on each pull request with a link to the release.
## Important
These are **development builds** from unmerged code. They may be unstable or incomplete. Do not use them on aircraft you are not prepared to risk.
Firmware issues should be reported in [iNavFlight/inav](https://github.com/iNavFlight/inav), not here.