Skip to content

Commit

Permalink
更新 main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
elecfreaks1 committed Aug 3, 2023
1 parent f7f61f4 commit bf73fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit bf73fe9

Please sign in to comment.