Code: Select all
esp-idf/examples/provisioning/wifi_prov_mgr/main/app_main.c: const char *pop = "abcd1234";
Question
How does one make the pop value of each device programmed unique?
Constraints
The pop value of a given device must be known to the person, while programming the chip.
The pop value of a given device must not change when rebooting the device.