Mateo Gianolio
Mateo Gianolio
One of the reasons could be that if you click on the same rating again it should clear the rating. This is not possible right now.
Fantastic! I'm on vacation until January 2nd, if I have time before that I'll look through the code and compile a list of what needs to be tested.
Sure, we should be able to test it in the example app. As far as I can tell we need to adjust some code in `createESPDevice` on Android because now...
Hey there! Unfortunately, we haven't had time to try it yet because we only do BLE setup at the company. So the above code might or might not work.
Version 0.4.2 includes bugfixes for SoftAP on android. Please try that version.
That's great @digimatt22! You can follow the instructions in [the example's README](https://github.com/orbital-systems/react-native-esp-idf-provisioning/tree/master/example) to build the example yourself. The relevant code for connecting to SoftAP with a known device is: **android**...
Hey, thank you for testing this library! Are you able to successfully complete setup with the ESP SoftAP Provisioning app?
Thank you for your kind words! Are you using iOS or android? Do you have access to logs on the esp device?
Does it happen all the time or just after you've already connected once? I've had some issues when connecting to a single device several times (without disconnecting in-between)
#73 was fixed in 0.4.1 which might — or might not, I'm not familiar with expo — affect expo installations. Also esp-idf-provisioning-ios version in 0.4.0. If possible, please try the...