Skip to content

Commit

Permalink
Do not query misleading MarioHub SystemType
Browse files Browse the repository at this point in the history
  • Loading branch information
tthiery committed Nov 15, 2020
1 parent 6ea4711 commit ba1ae97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SharpBrick.PoweredUp/Hubs/MarioHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public MarioHub(ILegoWirelessProtocol protocol, IDeviceFactory deviceFactory, IL
HubProperty.ManufacturerName,
HubProperty.RadioFirmwareVersion,
HubProperty.LegoWirelessProtocolVersion,
HubProperty.SystemTypeId,
// HubProperty.HardwareNetworkId, // Throws command not recognized error for MarioHub
//HubProperty.SystemTypeId, // reports "2" which does not match 0x43
//HubProperty.HardwareNetworkId, // Throws command not recognized error for MarioHub
HubProperty.PrimaryMacAddress,
HubProperty.SecondaryMacAddress,
//HubProperty.HardwareNetworkFamily, // may throw command not recognized error for MarioHub
Expand Down

0 comments on commit ba1ae97

Please sign in to comment.