Fixed settingsCount

This commit is contained in:
Jonas Diemer 2026-01-03 14:41:07 +01:00
parent 8e2454d7db
commit 59e3ac28f1

View File

@ -9,7 +9,7 @@
// Define the static settings list
namespace {
constexpr int settingsCount = 16;
constexpr int settingsCount = 15;
const SettingInfo settingsList[settingsCount] = {
// Should match with SLEEP_SCREEN_MODE
{"Sleep Screen", SettingType::ENUM, &CrossPointSettings::sleepScreen, {"Dark", "Light", "Custom", "Cover"}},