From dcccae9656911ddfdbfa4fcfbf703daefb03555d Mon Sep 17 00:00:00 2001 From: Kevin Andersen Date: Thu, 11 Jul 2019 16:23:07 -0400 Subject: [PATCH] Add case to onMessage to catch responses from the LED --- src/extensions/scratch3_boost/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index b88178115..62b0b006f 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -1012,6 +1012,7 @@ class Boost { break; case BoostIO.CURRENT: case BoostIO.VOLTAGE: + case BoostIO.LED: break; default: log.warn(`Unknown sensor value! Type: ${type}`);