Quellcode durchsuchen

sligthly reduce top speed

Tuan Nguyen vor 1 Jahr
Ursprung
Commit
768b28399c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      esp32/esp32.ino

+ 1 - 1
esp32/esp32.ino

@@ -40,7 +40,7 @@ double currentTheta = 0.0; // Current theta in radians
 double currentRho = 0.0;   // Current rho (0 to 1)
 double currentRho = 0.0;   // Current rho (0 to 1)
 bool isFirstCoordinates = true;
 bool isFirstCoordinates = true;
 double totalRevolutions = 0.0; // Tracks cumulative revolutions
 double totalRevolutions = 0.0; // Tracks cumulative revolutions
-double maxSpeed = 550;
+double maxSpeed = 500;
 double maxAcceleration = 5000;
 double maxAcceleration = 5000;
 double subSteps = 1;
 double subSteps = 1;