Update esp32_ble_tracker.rst (#1824)

Added ``Defaults to 30ms`` to ``window`` parameter.
This commit is contained in:
JeeCee1 2022-01-21 03:43:55 +01:00 committed by GitHub
parent b8a9a6f5f4
commit 09bedc0f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ Configuration variables:
Defaults to ``320ms``.
- **window** (*Optional*, :ref:`config-time`): The time the ESP is actively listening for packets
on a channel during each scan interval. If this is close to the ``interval`` value, the ESP will
spend more time listening to packets (but also consume more power).
spend more time listening to packets (but also consume more power). Defaults to ``30ms``
- **duration** (*Optional*, :ref:`config-time`): The duration of each complete scan. This has no real
impact on the device but can be used to debug the BLE stack. Defaults to ``5min``.
- **active** (*Optional*, boolean): Whether to actively send scan requests to request more data