瀏覽代碼

sligthly reduce top speed

Tuan Nguyen 1 年之前
父節點
當前提交
768b28399c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;