diff options
| -rw-r--r-- | src/config-source.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config-source.h b/src/config-source.h index 628439d..e82bfa5 100644 --- a/src/config-source.h +++ b/src/config-source.h @@ -22,8 +22,8 @@ static const char *SERVER_PATH = "/"; // Настройки табло static const uint8_t TIME_DAY = 8; static const uint8_t TIME_NIGHT = 18; -static const uint8_t BRIGHT_DAY = 4; -static const uint8_t BRIGHT_NIGHT = 1; +static const uint8_t BRIGHT_DAY = 50; +static const uint8_t BRIGHT_NIGHT = 10; // Названия датчиков static const char* SENSOR_1 = ""; // улица |
