mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Add case to onMessage to catch responses from the LED
This commit is contained in:
parent
4041fbadc3
commit
dcccae9656
1 changed files with 1 additions and 0 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Reference in a new issue