From a6d3e4b8228e1f09f0c0a58a4ba2b4218047135b Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Sat, 3 Feb 2024 12:20:26 -0500 Subject: [PATCH] Another bad piece of documentation --- docs/modules/rotary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/rotary.md b/docs/modules/rotary.md index 850bb5c41..f591c53f7 100644 --- a/docs/modules/rotary.md +++ b/docs/modules/rotary.md @@ -42,7 +42,7 @@ Initialize the nodemcu to talk to a rotary encoder switch. - `dblclick_time_ms` (optional) The number of milliseconds (default 500) between a release and a press for the next release to be considered a double click. #### Returns -Nothing. If the arguments are in error, or the operation cannot be completed, then an error is thrown. +A switch object that can be used for the operations below. #### Example