Skip to content

Commit ff3ba45

Browse files
authored
removed trailing space
1 parent 7423a57 commit ff3ba45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/binary_sensor/esp32_touch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ reduce the ESP's overall performance.
251251
> - **Touch values increase** when touched (opposite of ESP32 which decreases)
252252
> - **Higher raw values** are returned compared to original ESP32
253253
> - **Lower measurement duration required** - the default 8ms is often too high for S2/S3.
254-
>
255-
> On some ESP32-S3 variants, a value of **0.01ms** or lower with the use of **voltage_attenuation: 1.5V** seems a good starting point
254+
>
255+
> On some ESP32-S3 variants, a value of **0.01ms** or lower with the use of **voltage_attenuation: 1.5V** seems a good starting point.
256256
> If you see some `Event received, mask = 0x10` messages during threshold finding, it means the sensor value being read is too high, and you should raise voltage attenuation, or lower the measurement duration.
257257
>
258258
> **Example settings for S2/S3:**

0 commit comments

Comments
 (0)