Betaflight setup wizard
1# betaflight_wizard
2
3[](https://hex.pm/packages/betaflight_wizard)
4[](https://hexdocs.pm/betaflight_wizard/)
5
6```sh
7gleam add betaflight_wizard@1
8```
9```gleam
10import betaflight_wizard
11
12pub fn main() -> Nil {
13 // TODO: An example of the project in use
14}
15```
16
17Further documentation can be found at <https://hexdocs.pm/betaflight_wizard>.
18
19## Development
20
21```sh
22gleam run # Run the project
23gleam test # Run the tests
24```