diff --git a/src/SharpBrick.PoweredUp/Hubs/MarioHub.cs b/src/SharpBrick.PoweredUp/Hubs/MarioHub.cs index ee6ed0d..2bd3ab7 100644 --- a/src/SharpBrick.PoweredUp/Hubs/MarioHub.cs +++ b/src/SharpBrick.PoweredUp/Hubs/MarioHub.cs @@ -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