We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2079b91 commit 202ba0cCopy full SHA for 202ba0c
src/encoders/flux_observer/FluxObserverSensor.h
@@ -36,7 +36,7 @@ class FluxObserverSensor : public Sensor
36
float i_beta_prev = 0; // Previous Beta current
37
float electrical_angle_prev = 0; // Previous electrical angle
38
float angle_track = 0; // Total Electrical angle
39
- float bemf_threshold = 0.5; // Bemf voltage amplitude when the flux observer should start tracking
+ float bemf_threshold = 0; // Bemf voltage amplitude when the flux observer should start tracking
40
int8_t first = 1; // To skip angle difference calculation the first time
41
42
protected:
0 commit comments