mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
Merge pull request #1719 from todd2982/patch-1
Correct fixed_pin setting name
This commit is contained in:
commit
58b731c761
|
@ -123,7 +123,7 @@ All Bluetooth config options are available in the python CLI. Example commands a
|
|||
| :------------------: | :---------------------------------: | :----------: |
|
||||
| `bluetooth.enabled` | `true`, `false` | `true` |
|
||||
| `bluetooth.mode` | `RANDOM_PIN`, `FIXED_PIN`, `NO_PIN` | `RANDOM_PIN` |
|
||||
| `bluetooth.fixedPin` | `integer` (6 digits) | `123456` |
|
||||
| `bluetooth.fixed_pin` | `integer` (6 digits) | `123456` |
|
||||
|
||||
:::tip
|
||||
|
||||
|
|
Loading…
Reference in a new issue