From d283dcc9b2c182b060bbe6263ed208c3b4f9e5a7 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 31 Mar 2023 10:50:25 -0700 Subject: [PATCH] fix table typos (#673) --- src/internal/features/NeoSm168xxColorFeatures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internal/features/NeoSm168xxColorFeatures.h b/src/internal/features/NeoSm168xxColorFeatures.h index e97b9e6..98dd482 100644 --- a/src/internal/features/NeoSm168xxColorFeatures.h +++ b/src/internal/features/NeoSm168xxColorFeatures.h @@ -78,7 +78,7 @@ public: protected: static constexpr uint8_t CurrentLookup[16] = { 18, 30, 41, 53, 64, 76, 87, 99, - 110, 133, 145, 156, 168, 179, 19}; + 110, 133, 145, 156, 168, 179, 190}; }; class NeoSm16823eSettings : public NeoSm168x3SettingsBase @@ -162,7 +162,7 @@ public: protected: static constexpr uint8_t CurrentLookup[16] = { 18, 30, 41, 53, 64, 76, 87, 99, - 110, 133, 145, 156, 168, 179, 19 }; + 110, 133, 145, 156, 168, 179, 190 }; }; class NeoSm16824eSettings : public NeoSm168x4SettingsBase