-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot write custom data #7
Comments
Could you please give me the app and device logging? |
`import React, {useState} from 'react'; const App = () => { EspIdfProvisioningReactNative.create(); const scanFunc = async () => { const connectFun = () => { const disconnectFun = () => { const setProof = () => { const getProof = async () => { const scanNetworks = async() => { const provCreds = () => { const provCustom = () => { const provCustomWithByteData = () => {
}; return ( |
Error: Custom data provision failed |
Did you set the correct PoP? |
yes but when i call the customdata function after set pop but it returns undefind. |
When send custom data before provision And after scan networks it show undefined is not an object/ provision init failed .
After provision also not working.
The text was updated successfully, but these errors were encountered: