dimming fix, RAM overflow on config save

This commit is contained in:
2022-05-07 00:22:18 +03:00
parent 23cd2a2139
commit 12487b871e
3 changed files with 20 additions and 14 deletions

View File

@@ -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