Skip to content

Commit

Permalink
Merge pull request #164 from Debenben/mario-pull
Browse files Browse the repository at this point in the history
Add missing Mario hub to poweredup-browser
  • Loading branch information
nathankellenicki authored Apr 26, 2024
2 parents e0ae64e + 3bba7c7 commit 69ee57e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/poweredup-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ export class PoweredUP extends EventEmitter {
case Consts.BLEManufacturerData.TECHNIC_MEDIUM_HUB_ID:
resolve(Consts.HubType.TECHNIC_MEDIUM_HUB);
break;
case Consts.BLEManufacturerData.MARIO_ID:
resolve(Consts.HubType.MARIO);
break;
}
debug("Hub type determined");
} else {
Expand Down

0 comments on commit 69ee57e

Please sign in to comment.