Skip to content

Commit

Permalink
update variables
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Feb 26, 2024
1 parent c367831 commit 1fb6e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/src/motor/motor.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

#if defined BOARD_REV_R32 || BOARD_REV_R33 || defined BOARD_REV_R5
#define MIN_PHASE_RESISTANCE (0.01f)
#define MAX_PHASE_RESISTANCE (3.0f)
#define MAX_PHASE_RESISTANCE (5.0f)
#define MIN_PHASE_INDUCTANCE (5e-6f)
#define MAX_PHASE_INDUCTANCE (3e-3f)
#define MAX_PHASE_INDUCTANCE (2e-2f)
#elif defined BOARD_REV_M5
#define MIN_PHASE_RESISTANCE (0.5f)
#define MAX_PHASE_RESISTANCE (20.0f)
Expand Down

0 comments on commit 1fb6e7d

Please sign in to comment.