react-native-esp-idf-provisioning
react-native-esp-idf-provisioning copied to clipboard
Send custom data during provisioning
Hello,
I'd like to send additional metadata to the device during provisioning, in addition to the ssid and passphrase. It looks like this is supported in the upstream library: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/provisioning/wifi_provisioning.html#additional-endpoints
How can I do this with this using react-native-esp-idf-provisioning?