File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Configuration variables:
80
80
- **filter ** (*Optional *, :ref: `config-time `): Filter any pulses that are shorter than this. Useful for removing
81
81
glitches from noisy signals. Allowed values are in range ``0 `` to ``4294967295us ``. Defaults to ``50us ``.
82
82
- **idle ** (*Optional *, :ref: `config-time `): The amount of time that a signal should remain stable/unchanged for it to
83
- be considered complete. Allowed values are in range `` 0 `` to ``4294967295us ``. Defaults to ``10ms ``.
83
+ be considered complete. The maximum value is `` 65536us `` on ESP32, and ``4294967295us `` on other platforms . Defaults to ``10ms ``.
84
84
- **id ** (*Optional *, :ref: `config-id `): Manually specify the ID used for code generation. Useful when multiple
85
85
receivers are configured on a single device.
86
86
You can’t perform that action at this time.
0 commit comments