mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
Update README.md
This commit is contained in:
@@ -179,7 +179,7 @@ While the config named "buttons_remap"
|
|||||||
{"gpio":5,"type":"BUTTON_LOW","pull":true,"shifter_gpio":4,"normal":{"pressed":"BCTRLS_UP"}}]
|
{"gpio":5,"type":"BUTTON_LOW","pull":true,"shifter_gpio":4,"normal":{"pressed":"BCTRLS_UP"}}]
|
||||||
```
|
```
|
||||||
Defines two buttons
|
Defines two buttons
|
||||||
- first on GPIO 4, active low. When pressed, it triggers a navigation down command. When pressed more than 1000ms, it changes the button configuration for the one descrobed above
|
- first on GPIO 4, active low. When pressed, it triggers a navigation down command. When pressed more than 1000ms, it changes the button configuration for the one described above
|
||||||
- second on GPIO 5, active low. When pressed it triggers a navigation up command. That button, in that configuration, has no shift option
|
- second on GPIO 5, active low. When pressed it triggers a navigation up command. That button, in that configuration, has no shift option
|
||||||
|
|
||||||
Below is a difficult but functional 2-buttons interface for your decoding pleasure
|
Below is a difficult but functional 2-buttons interface for your decoding pleasure
|
||||||
|
|||||||
Reference in New Issue
Block a user