From dc22d301e3d7b0aac25ae26cad9a95e7ebdd6242 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 10 Feb 2020 21:51:29 +0100 Subject: [PATCH] Add dispatchDim --- src/hasp_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hasp_config.h b/src/hasp_config.h index 0cf1fc33..cadfc462 100644 --- a/src/hasp_config.h +++ b/src/hasp_config.h @@ -19,6 +19,7 @@ const char F_CONFIG_GROUP[] PROGMEM = "group"; const char F_GUI_TICKPERIOD[] PROGMEM = "tickperiod"; const char F_GUI_IDLEPERIOD[] PROGMEM = "idle"; const char F_GUI_CALIBRATION[] PROGMEM = "calibration"; +const char F_GUI_BACKLIGHTPIN[] PROGMEM = "bcklpin"; void configSetup(JsonDocument & settings); void configLoop(void);