Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions SiKRadioTools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SiK Radio Tools (WebTools bundle)

Static build of [SiK Radio Tools](https://github.com/JamesM9/SIK-Radio-Tools) for the ArduPilot WebTools hub.

## Rebuild from upstream

```bash
git clone https://github.com/JamesM9/SIK-Radio-Tools.git
cd SIK-Radio-Tools/sik-radio-tools
npm ci
npm run build
```

Copy **`index.html`** and the entire **`dist/`** directory into this folder (`WebTools/SiKRadioTools/`), replacing existing files.

## License

GPL-3.0 (same as [ArduPilot/WebTools](https://github.com/ArduPilot/WebTools)).
Loading