Jelajahi Sumber

sligthly reduce top speed

Tuan Nguyen 1 tahun lalu
induk
melakukan
768b28399c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
 bool isFirstCoordinates = true;
 double totalRevolutions = 0.0; // Tracks cumulative revolutions
-double maxSpeed = 550;
+double maxSpeed = 500;
 double maxAcceleration = 5000;
 double subSteps = 1;