From 08d28b931905b2f1ebf0787b46a7f08b82bee2d3 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 14 Jul 2024 06:58:20 -0500 Subject: [PATCH] Well this interval was just wrong --- docs/configuration/radio/position.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/radio/position.mdx b/docs/configuration/radio/position.mdx index bd6b2f0e..a93373e4 100644 --- a/docs/configuration/radio/position.mdx +++ b/docs/configuration/radio/position.mdx @@ -140,7 +140,7 @@ All Position config commands are available in the python CLI. Example commands a | position.position_broadcast_smart_enabled | `true`, `false` | `true` | | position.broadcast_smart_minimum_distance | `integer` (meters) | Default of `0` is 100 Meters | |position.broadcast_smart_minimum_interval_secs| `integer` (seconds) | Default of `0` is 15 Minutes | -| position.position_broadcast_secs | `integer` (seconds) | Default of `0` is 30 Seconds | +| position.position_broadcast_secs | `integer` (seconds) | Default of `0` is 15 minutes | | position.flags | `UNSET`, `ALTITUDE`, `ALTITUDE_MSL`, `GEOIDAL_SEPARATION`, `DOP`, `HVDOP`, `PDOP`, `SATINVIEW`, `SEQ_NO`, `TIMESTAMP`, `HEADING`, `SPEED` | `UNSET` | | position.rx_gpio | `integer` (0-39) | `UNSET` | | position.tx_gpio | `integer` (0-34) | `UNSET` |