nathankellenicki / node-poweredup

A Javascript module to interface with LEGO Powered Up components.
https://nathankellenicki.github.io/node-poweredup/
MIT License
477 stars 59 forks source link

missing Mario case in _determineLPF2HubType #152

Open MJarolimek opened 2 years ago

MJarolimek commented 2 years ago

I can not plug in Mario device. I tried to debug it and I think there is missing code in function _determineLPF2HubType: case Consts.BLEManufacturerData.MARIO_ID: resolve(Consts.HubType.MARIO); break;