1
0
forked from me/IronOS

Fix temp change long step MAX value

There is no space on the screen to output 3 digits, and the
corresponding display function assumes the value is less than 100.
This commit is contained in:
Paul Fertser
2020-08-28 13:11:47 +03:00
parent a64186d9a4
commit 1d63a3d7bc

View File

@@ -53,7 +53,7 @@
#define TEMP_CHANGE_SHORT_STEP 1 // Default temp change short step +1
#define TEMP_CHANGE_LONG_STEP 10 // Default temp change long step +10
#define TEMP_CHANGE_SHORT_STEP_MAX 50 // Temp change short step MAX value
#define TEMP_CHANGE_LONG_STEP_MAX 100 // Temp change long step MAX value
#define TEMP_CHANGE_LONG_STEP_MAX 90 // Temp change long step MAX value
/* Power pulse for keeping power banks awake*/
#define POWER_PULSE_INCREMENT 1