Open anzamih opened 4 months ago
Hi guys, I'm trying to use your library and face with weird bug.
When I connect my device with connect method it connects but then nothing happens (searching for wi-fi list and then connecting should be then).
connect
Machine OS - MacOS 14.1.2 Device OS - Android 14
Here is my piece of code
And logs from terminal. We can see some errors here. They could be the reason of my problem
UPD: I found out that here is issue with EspIdfProvisioningPackage
In your project I don't see any reference to react-native-esp-idf-provisioning in the list of packages. Have you installed the package correctly?
Hi guys, I'm trying to use your library and face with weird bug.
When I connect my device with
connect
method it connects but then nothing happens (searching for wi-fi list and then connecting should be then).Machine OS - MacOS 14.1.2 Device OS - Android 14
Here is my piece of code
And logs from terminal. We can see some errors here. They could be the reason of my problem
UPD: I found out that here is issue with EspIdfProvisioningPackage