From f64b14122727a22455f54078d8b5580eff9404e0 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Thu, 1 Oct 2020 17:34:09 -0700 Subject: [PATCH] Updated Control+ motors --- src/consts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index a06f70a..fe9de7a 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -83,8 +83,8 @@ export enum DeviceType { TECHNIC_COLOR_SENSOR = 61, // Spike Prime TECHNIC_DISTANCE_SENSOR = 62, // Spike Prime TECHNIC_FORCE_SENSOR = 63, // Spike Prime - TECHNIC_MEDIUM_ANGULAR_MOTOR_GREY = 75, // Mindstorms - TECHNIC_LARGE_ANGULAR_MOTOR_GREY = 76, // Mindstorms + TECHNIC_MEDIUM_ANGULAR_MOTOR_GREY = 75, // Technic Control+ + TECHNIC_LARGE_ANGULAR_MOTOR_GREY = 76, // Technic Control+ }