Add case to onMessage to catch responses from the LED

This commit is contained in:
Kevin Andersen 2019-07-11 16:23:07 -04:00
parent 4041fbadc3
commit dcccae9656

View file

@ -1012,6 +1012,7 @@ class Boost {
break; break;
case BoostIO.CURRENT: case BoostIO.CURRENT:
case BoostIO.VOLTAGE: case BoostIO.VOLTAGE:
case BoostIO.LED:
break; break;
default: default:
log.warn(`Unknown sensor value! Type: ${type}`); log.warn(`Unknown sensor value! Type: ${type}`);