Fix possible compile error when users disable some features

Fix possible compile error when users disable some features (#5906)
This commit is contained in:
Theo Arends 2019-06-03 09:49:33 +02:00
parent d0502c1af8
commit 556fffe26a
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@
#ifndef COLOR_TIMER_TAB_BACKGROUND
#define COLOR_TIMER_TAB_BACKGROUND "#999" // Config timer tab background color - Light grey
#endif
#ifndef IR_RCV_MIN_UNKNOWN_SIZE
#define IR_RCV_MIN_UNKNOWN_SIZE 6 // Set the smallest sized "UNKNOWN" message packets we actually care about (default 6, max 255)
#endif
enum WebColors {
COL_TEXT, COL_BACKGROUND, COL_FORM,