File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,15 @@ 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. The maximum value is ``65536us `` on ESP32, and ``4294967295us `` on other platforms. Defaults to ``10ms ``.
83
+ be considered complete. The maximum allowable value is:
84
+
85
+ - ``65536us `` on the ``ESP32 `` and ``ESP32-S2 `` variants
86
+ - ``32767us `` on all other ESP32 variants
87
+ - ``4294967295us `` on all other platforms
88
+
89
+ Note: The ESP32 values listed above assume the default ``clock_resolution ``. If a different ``clock_resolution `` is used,
90
+ the values are scaled by 1000000 / ``clock_resolution ``.
91
+
84
92
- **id ** (*Optional *, :ref: `config-id `): Manually specify the ID used for code generation. Useful when multiple
85
93
receivers are configured on a single device.
86
94
You can’t perform that action at this time.
0 commit comments