mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 15:44:18 -08:00
Merge pull request #402 from osmanovv/patch-2
param value is case sensitive
This commit is contained in:
commit
50dfcadfe8
|
@ -26,7 +26,7 @@ If your pairing mode is set to fixed PIN this is the value of that fixed 6 digit
|
|||
| Setting | Acceptable Values | Default |
|
||||
| :-----------------------: | :-----------------: | :-----: |
|
||||
| bluetooth.enabled | `true`, `false` | `true` |
|
||||
| bluetooth.mode | `randomPin`, `fixedPin`, `noPin` | `randomPin` |
|
||||
| bluetooth.mode | `RandomPin`, `FixedPin`, `NoPin` | `RandomPin` |
|
||||
| bluetooth.fixedPin | `integer` 6 Digits | `123456` |
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue