Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 23, 2024
1 parent e7a79fa commit 0702b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/gpio_control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ However, a button has more parameters than these. In the following comprehensive
* `SecondFunc`: Holding the button for at least `hold_time` will additionally execute the function `functionCall2` with `functionCall2Args`.
* `SecondFuncRepeat`: Like SecondFunc, but `functionCall2` is repeated after each `hold_time` interval.

In every `hold_mode` except `Postpone`, the main action `functionCall` gets executed instantly.

Holding the button even longer than `hold_time` will cause no further action unless you are in the `Repeat` or `SecondFuncRepeat` mode.

Expand Down

0 comments on commit 0702b94

Please sign in to comment.