From ddb532134f201ba55bcc5e727326068292b187ff Mon Sep 17 00:00:00 2001 From: lzty634158 Date: Mon, 3 Jun 2019 16:10:14 +0800 Subject: [PATCH] fix sensor --- pxt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pxt.json b/pxt.json index e9dbc3e..ea40cf7 100644 --- a/pxt.json +++ b/pxt.json @@ -1,11 +1,11 @@ { "name": "mbit", - "version": "1.2.0", - "description": "Extension for YahBoom m:bit", + "version": "3.0.1", + "description": "Extension for YahBoom m:bit V3.0.1", "license": "MIT", "dependencies": { "core": "*", - "neopixel": "github:microsoft/pxt-neopixel#v0.3.10", + "neopixel": "github:lzty634158/pxt-neopixel", "Mbit_IR": "github:lzty634158/yahboom_mbit_IR"