Invalid discriminator value for factory data

As defined in modules/lib/matter/config/zephyr/Kconfig, CHIP_DEVICE_DISCRIMINATOR is of type "hex". By activating factory data generation for nrfconnect, CONFIG_CHIP_DEVICE_DISCRIMINATOR is interpreted as a decimal integer by the script.

By adding "0x" in front, the script treats the discriminator as expected.

I have raised a pull request here: github.com/.../30242

Parents Reply Children
Related