Lower LED smotthing time

This commit is contained in:
Anton Mukhin
2025-08-14 12:24:46 +03:00
parent 900f6d7d85
commit 9172699e5d

View File

@@ -14,8 +14,8 @@
#define PWM_DUTY_MIN 0
#define PWM_DUTY_MAX 255
#define PWM_LIGHTS_STEP 20 // Time step in ms between LED light PWM updates
#define LIGHTS_TIME 600 // Time in ms to spend for smooth lights level change
#define PWM_LIGHTS_STEP 5 // Time step in ms between LED light PWM updates
#define LIGHTS_TIME 5 // Time in ms to spend for smooth lights level change
void estop_reset(void);