The unified diff between revisions [5a7404c7..] and [7f3278b1..] is displayed below. It can also be downloaded as a raw diff.

#
# old_revision [5a7404c7ee458d3eab4b0548e4bc6b6a8b26135f]
# new_revision [7f3278b164104bb0564a391a1f7b4fd955a3904a]
#
# patch "motor.c"
#  from [0a5cff753a89545c1d3f23027cfb4f651db669cd]
#    to [3772a98b596df907c16e491694c952392f804893]
#
============================================================
--- motor.c	0a5cff753a89545c1d3f23027cfb4f651db669cd
+++ motor.c	3772a98b596df907c16e491694c952392f804893
@@ -11,8 +11,8 @@ float throttle = 0.0f;
 
 float throttle = 0.0f;
 
-#define Kp 0.3
-#define Ki 0.02
+#define Kp 0.2
+#define Ki 0.04
 #define Kd 0.08
 #define Ka 0.0