Update minimum device.node_info_broadcast_secs

This commit is contained in:
Riley Nielsen 2024-08-04 19:53:44 -07:00 committed by GitHub
parent 39a5f21fe0
commit 5d50c9a9d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ All device config options are available in the python CLI. Example commands are
| device.serial_enabled | `true`, `false` | `true` |
| device.button_gpio | `0` - `34` | `0` |
| device.buzzer_gpio | `0` - `34` | `0` |
| device.node_info_broadcast_secs | `0` - `UINT MAX` | `10800` (3 hours) |
| device.node_info_broadcast_secs | `3600` - `UINT MAX` | `10800` (3 hours) |
| device.double_tap_as_button_press | `false`, `true` | `false` |
| device.is_managed | `false`, `true` | `false` |