mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 18:53:28 +00:00
- In claiming, change the 4 byte random number to 64 byte and store it as binary data instead of hex representation. - Instead of reading PoP as hex string from NVS, read it as binary data (because of above change) and then convert to hex representation. - Instead of using mac address, use last 3 bytes of the above random number number as suffix for SSID. The last change was made so as to allow generating the QR code completely outside the device, without knowing its mac address.