orbital-systems / react-native-esp-idf-provisioning

ESP IDF provisioning and custom data library for react-native
MIT License
26 stars 6 forks source link

Issue with connection to device that causes stacking of further flow(`searchWifiList`, `provision`) #60

Open anzamih opened 4 months ago

anzamih commented 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).

Machine OS - MacOS 14.1.2 Device OS - Android 14

Here is my piece of code

Screenshot 2024-06-21 at 09 57 46

And logs from terminal. We can see some errors here. They could be the reason of my problem

Screenshot 2024-06-21 at 09 56 51 Screenshot 2024-06-21 at 09 57 13

UPD: I found out that here is issue with EspIdfProvisioningPackage

Screenshot 2024-06-21 at 13 25 58
mateogianolio commented 1 month ago

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? Screenshot 2024-09-04 at 09 49 09