MySensors icon indicating copy to clipboard operation
MySensors copied to clipboard

SecurityPersonalizer.ino - prints wrong whitelist line for ESP32 DevKit

Open gorbunovav opened this issue 3 years ago • 0 comments

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}}
+------------------------------------------------------------------------------------+

gorbunovav avatar May 10 '21 21:05 gorbunovav