Skip to content

Commit

Permalink
moteus-n1 should have a flux brake voltage >48V
Browse files Browse the repository at this point in the history
  • Loading branch information
jpieper committed Mar 23, 2023
1 parent 0974120 commit 38d688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/bldc_servo_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ struct BldcServoConfig {
g_measured_hw_family == 0 ?
((g_measured_hw_rev <= 5) ? 34.5f : 43.5f) :
g_measured_hw_family == 1 ?
43.5f :
53.0f :
invalid_float();
float flux_brake_resistance_ohm = 0.025f;

Expand Down

0 comments on commit 38d688a

Please sign in to comment.