mirror of
https://github.com/anklimov/lighthub
synced 2026-01-31 10:39:06 +03:00
dimming fix, RAM overflow on config save
This commit is contained in:
@@ -87,8 +87,13 @@
|
||||
#define THERMO_OVERHEAT_CELSIUS 38.
|
||||
#define FM_OVERHEAT_CELSIUS 40.
|
||||
|
||||
#define MIN_VOLUME 25
|
||||
#define INIT_VOLUME 40
|
||||
#ifndef MIN_VOLUME
|
||||
#define MIN_VOLUME 20
|
||||
#endif
|
||||
|
||||
#ifndef INIT_VOLUME
|
||||
#define INIT_VOLUME 30
|
||||
#endif
|
||||
|
||||
/*
|
||||
#define MAXFLASHSTR 32
|
||||
|
||||
Reference in New Issue
Block a user