improv-setup/README.md

22 lines
605 B
Markdown
Raw Permalink Normal View History

2024-12-21 14:34:42 +01:00
# improv-setup
Configure Wifi credentials on IOT devices using [Improv](https://www.improv-wifi.com/) serial protocol.
```
Usage: improv-setup device [OPTIONS] <PATH> [COMMAND]
Commands:
2025-01-01 16:40:42 +01:00
state Request current state
connect Connect to wifi network
info Request device info
scan WiFi networks visible to device
help Print this message or the help of the given subcommand(s)
2024-12-21 14:34:42 +01:00
Arguments:
<PATH> Path to the serial device
Options:
--baud-rate <BAUD_RATE> Baud rate used for connecting to the serial device [default: 115200]
-h, --help Print help
```