mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
Correct fixed_pin setting name
Table of values shows fixedPin instead of actual fixed_pin.
This commit is contained in:
parent
e12ff35edb
commit
9f94f8c11a
|
@ -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