From 7a7901f9b721ea4778b457c6ca4a579efdf24abc Mon Sep 17 00:00:00 2001 From: song2222 <55080197+song2222@users.noreply.github.com> Date: Sun, 29 Sep 2019 10:17:33 +0800 Subject: [PATCH] Update main.ts --- main.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.ts b/main.ts index 1c1b667..3dc4008 100644 --- a/main.ts +++ b/main.ts @@ -90,15 +90,15 @@ namespace magicbit { } export enum Motors { - M1 = 0x1, - M2 = 0x2, - M3 = 0x3, - M4 = 0x4 + M1 = 0x3, + M2 = 0x4, + M3 = 0x1, + M4 = 0x2 } export enum Steppers { - STPM1 = 0x1, - STPM2 = 0x2 + STPM1 = 0x2, + STPM2 = 0x1 } export enum SonarVersion { @@ -559,4 +559,4 @@ namespace magicbit { return neoStrip; } -} \ No newline at end of file +}