We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e19ff6 commit 2dae6b5Copy full SHA for 2dae6b5
nanoFramework.Hardware.GiantGecko/Utilities.cs
@@ -31,7 +31,7 @@ public static byte[] UniqueDeviceId
31
{
32
if (_deviceUniqueId == null)
33
34
- _deviceUniqueId = new byte[16];
+ _deviceUniqueId = new byte[8];
35
NativeGetDeviceUniqueId(_deviceUniqueId);
36
}
37
0 commit comments