Correct fixed_pin setting name

Table of values shows fixedPin instead of actual fixed_pin.
This commit is contained in:
todd2982 2025-02-16 12:48:31 -06:00 committed by GitHub
parent e12ff35edb
commit 9f94f8c11a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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