Fixed PWM limit calculation.

This commit is contained in:
Chris Trimble 2024-07-12 18:11:48 -05:00
parent 502b0ce1bd
commit c6d76baa0a
3 changed files with 3470 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#define _VERSION_H
#define VERSION_MAJOR (1)
#define VERSION_MINOR (0)
#define VERSION_PATCH (4)
#define VERSION_STR "V1.0.4"
#define VERSION_PATCH (5)
#define VERSION_STR "V1.0.5"
#endif

View File

@ -49,7 +49,7 @@ typedef struct EMA_Filter
#define SLIDER_COEFF 0.30f
#define MAX_PWM_VALUE (10000u)
#define PWM_LIMIT (30.0f)
#define PWM_LIMIT (0.5f)
#define BTN_POLL_TIME (100u)
#define UART_LOOP_TIME (1000u)

3467
Releases/FW_1-0-5-50.hex Normal file

File diff suppressed because it is too large Load Diff