فهرست منبع

fix coord issue

Tuan Nguyen 1 سال پیش
والد
کامیت
040c96cb3e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      app.py

+ 0 - 1
app.py

@@ -709,7 +709,6 @@ def send_coordinate():
 
         # Send the coordinate to the Arduino
         send_coordinate_batch(ser, [(theta, rho)])
-        reset_theta()
         return jsonify({"success": True})
     except Exception as e:
         return jsonify({"success": False, "error": str(e)}), 500