You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may not be worth fixing at this point, but getSerial() breaks the serial number from microbit_serial_number() into two parts, the lower and then the upper. It returns a string that is the "lower + upper" rather than "upper + lower".
MakeCode will provide the serial number using the full int directly from microbit_serial_number(), so it shows the correct value from the NRF_FICR register.
The "reversed" value from getSerial() is used in the BLE Device Information Service and will be inconsistent with the serial number shown from MakeCode.
The text was updated successfully, but these errors were encountered:
This may not be worth fixing at this point, but
getSerial()
breaks the serial number frommicrobit_serial_number()
into two parts, the lower and then the upper. It returns a string that is the "lower + upper" rather than "upper + lower".MakeCode will provide the serial number using the full
int
directly frommicrobit_serial_number()
, so it shows the correct value from theNRF_FICR
register.The "reversed" value from
getSerial()
is used in the BLE Device Information Service and will be inconsistent with the serial number shown from MakeCode.The text was updated successfully, but these errors were encountered: