Skip to content

Commit 2ea35dd

Browse files
committed
FIX esp32 error
1 parent a875e40 commit 2ea35dd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/hardware_specific_examples/ESP32/encoder/esp32_position_control/esp32_position_control.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ void setup() {
8585
_delay(1000);
8686
}
8787

88-
// angle set point variable
89-
float target_angle = 0;
90-
9188
void loop() {
9289
// main FOC algorithm function
9390
// the faster you run this function the better

examples/hardware_specific_examples/ESP32/magnetic_sensor/esp32_position_control/esp32_position_control.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ void setup() {
8888
_delay(1000);
8989
}
9090

91-
// angle set point variable
92-
float target_angle = 0;
93-
9491
void loop() {
9592

9693
// main FOC algorithm function

0 commit comments

Comments
 (0)