From bf73fe96036617dd522e99f82f9603fbd7ad176c Mon Sep 17 00:00:00 2001 From: "ELECFREAKS.Admin" Date: Thu, 3 Aug 2023 14:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index 16c6452..814cac7 100644 --- a/main.ts +++ b/main.ts @@ -26,9 +26,9 @@ enum CutebotProWheel { enum CutebotProMotors { //% block="left wheel" - M1 = 0, + M1 = 1, //% block="right wheel" - M2 = 1, + M2 = 2, //% block="all wheel" ALL = 3 }