pid: fix coefficents

This commit is contained in:
Vasily Davydov
2022-10-27 17:07:59 +03:00
parent fa8734a9a8
commit 45c2ec6409
2 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ enum _global_values
LCD_SIZE = 16,
TIMER_GLOBAL_TIMEOUT = 120000,
TIMER_SENSORS_TIMEOUT = 5000,
TIMER_PRESSURE_TIMEOUT = 250,
TIMER_PRESSURE_TIMEOUT = 150,
TIMER_ERROR_VALUE = -255,
};