From e8d925aee5a340d01c454138e78e34e9f738728d Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Thu, 16 May 2019 20:44:56 -0300 Subject: [PATCH] Updated Button usage (markdown) --- Button-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Button-usage.md b/Button-usage.md index bfda2a25..c9427692 100644 --- a/Button-usage.md +++ b/Button-usage.md @@ -26,7 +26,7 @@ Start OTA update of firmware using [OtaUrl](commands#otaurl). The green LED is l ### **Long press** There are two separate functions associated with a button long press based on how long it is held: 1. When held continuously for 40 seconds (Configurable with [SetOption32](commands#setoption32), value is 10x the configured hold time) Tasmota will reset to firmware defaults and restart. -2. If enabled, button pressed for 4 seconds (Configurable with [SetOption32](commands#setoption32)) creates a HOLD action . Check [table below](#changing-default-button-functionality)on how to enable this function. +2. If enabled, button pressed for 4 seconds (Configurable with [SetOption32](commands#setoption32)) creates a HOLD action. Check [table below](#changing-default-button-functionality) on how to enable this function. >:warning: When a button is configured with a [Switchmode](commands#switchmode) that keeps it as ON while depressed it activates the reset to firmware defaults function. Change the button to switch or change switchmode to avoid it.