FIX moteur

This commit is contained in:
Nogard
2025-03-22 16:06:51 +01:00
parent f47a81f282
commit 5ce711df55
+2 -2
View File
@@ -83,11 +83,11 @@ class Moteur {
} }
avancer(v) { avancer(v) {
this.send(-1, -1, v); this.send(1, 1, v);
} }
reculer(v) { reculer(v) {
this.send(1, 1, v); this.send(-1, -1, v);
} }
droite(v) { droite(v) {