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
It correctly detects hardware serial (which ends with 000000 in my case), but in the whitelist entry the last byte is replaced with FF for some reason:
+------------------------------------------------------------------------------------+
| This nodes whitelist entry on other nodes |
+------------------------------------------------------------------------------------+
{.nodeId = 0,.serial = {0xYY,0xYY,0xYY,0xYY,0xYY,0xYY,0x00,0x00,0xFF}}
+------------------------------------------------------------------------------------+
The text was updated successfully, but these errors were encountered:
It correctly detects hardware serial (which ends with
000000
in my case), but in the whitelist entry the last byte is replaced with FF for some reason:The text was updated successfully, but these errors were encountered: