fix table typos (#673)

This commit is contained in:
Michael Miller
2023-03-31 10:50:25 -07:00
committed by GitHub
parent 0e82dfdde1
commit d283dcc9b2

View File

@@ -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