From c94909f42056101dc169e75c9dcac8741daae302 Mon Sep 17 00:00:00 2001 From: xinyang Date: Mon, 22 Jul 2019 12:20:14 +0800 Subject: [PATCH] fix bug --- others/include/config/setconfig.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/others/include/config/setconfig.h b/others/include/config/setconfig.h index 1c5c61e..5029e36 100644 --- a/others/include/config/setconfig.h +++ b/others/include/config/setconfig.h @@ -12,18 +12,19 @@ #define CAMERA_EXPOSURE (10) #endif -#ifndef CAMERA_BLUE_GAIN - #define CAMERA_BLUE_GAIN (100) +#ifndef CAMERA_RED_GAIN + #define CAMERA_RED_GAIN (100) #endif #ifndef CAMERA_GREEN_GAIN - #define CAMERA_GREEN_GAIN (100) + #define CAMERA_GREEN_GAIN (100) #endif -#ifndef CAMERA_RED_GAIN - #define CAMERA_RED_GAIN (100) +#ifndef CAMERA_BLUE_GAIN + #define CAMERA_BLUE_GAIN (100) #endif + #ifndef ARMOR_CAMERA_GAIN #define ARMOR_CAMERA_GAIN (30) #endif