From 5025e86d75f77e9badf963850714c90148dfe6fd Mon Sep 17 00:00:00 2001 From: sfromis <47082390+sfromis@users.noreply.github.com> Date: Sun, 5 Feb 2023 13:34:02 +0100 Subject: [PATCH] Meaning of SetOption15 swapped (#17884) Noticed that the text incorrectly said value 1 for direct PWM control, and 0 for the default as a light. --- tools/decode-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/decode-status.py b/tools/decode-status.py index 52ddfc257..67f740ad6 100755 --- a/tools/decode-status.py +++ b/tools/decode-status.py @@ -65,7 +65,7 @@ a_setoption = [[ "(Settings) Switch between dynamic (0) or fixed (1) slot flash save location", "(Button) Support only single press (1) to speed up button press recognition", "(Interlock) Power interlock mode", - "(Light) Switch between commands PWM (1) or COLOR/DIMMER/CT/CHANNEL (0)", + "(Light) Switch between commands PWM (0) or COLOR/DIMMER/CT/CHANNEL (1)", "(WS2812) Switch between clockwise (0) or counter-clockwise (1)", "(Light) Switch between decimal (1) or hexadecimal (0) output", "(Light) Pair light signal (1) with CO2 sensor",