From 83f09496907f6ea0ae9ed14e63da3c334f8cec58 Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Fri, 7 Jan 2022 23:25:56 +0100 Subject: [PATCH] reverted swap I --- source/Core/Inc/Settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Core/Inc/Settings.h b/source/Core/Inc/Settings.h index df477597..cf30ced4 100644 --- a/source/Core/Inc/Settings.h +++ b/source/Core/Inc/Settings.h @@ -47,8 +47,8 @@ enum SettingsOptions { PDMissingWarningCounter = 30, // Counter of how many times we have warned we cannot detect the pd interface UILanguage = 31, // Selected UI Language code, null-terminated *only if* the length is less than 8 chars PDNegTimeout = 32, // PD timeout in 100ms steps - OLEDBrightness = 33, // Brightness for the OLED display - OLEDInversion = 34, // Invert the colours on the display + OLEDInversion = 33, // Invert the colours on the display + OLEDBrightness = 34, // Brightness for the OLED display // SettingsOptionsLength = 35, //