From 967f4489944e7a6694d3ab6ee7062206d49152c1 Mon Sep 17 00:00:00 2001 From: irgendwer92 <55090043+irgendwer92@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:43:37 +0100 Subject: [PATCH] Put touch button note back into button section The note about touch buttons is currently in the ethernet section, i put it back to the buttons. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf00f0eb..62d58345 100644 --- a/README.md +++ b/README.md @@ -478,11 +478,12 @@ The benefit of the "raw" mode is that you can build a player which is as close a There is no good or bad option, it's your choice. Use the NVS parameter "lms_ctrls_raw" to change that option **Note that gpio 36 and 39 are input only and cannot use interrupt. When using them for a button, a 100ms polling is started which is expensive. Long press is also likely to not work very well** + +**Note:** Touch buttons that can be found on some board like the LyraT V4.3 are not supported currently. + ### Ethernet Wired ethernet is supported by esp32 with various options but squeezeESP32 is only supporting a Microchip LAN8720 with a RMII interface like [this](https://www.aliexpress.com/item/32858432526.html) or SPI-ethernet bridges like Davicom DM9051 [that](https://www.amazon.com/dp/B08JLFWX9Z) or W5500 like [this](https://www.aliexpress.com/item/32312441357.html). -**Note:** Touch buttons that can be find on some board like the LyraT V4.3 are not supported currently. - #### RMII (LAN8720) - RMII PHY wiring is fixed and can not be changed