Closed mateogianolio closed 10 months ago
This line fails with "No bluetooth device found with given prefix":
https://github.com/orbital-systems/react-native-esp-idf-provisioning/blob/master/android/src/main/java/com/espidfprovisioning/EspIdfProvisioningModule.kt#L339
createESPDevice had an incorrect if-block which resulted in a new (incorrect) scan returning no results even though the device existed in the espDevices[] list...
createESPDevice
if
espDevices[]
This line fails with "No bluetooth device found with given prefix":
https://github.com/orbital-systems/react-native-esp-idf-provisioning/blob/master/android/src/main/java/com/espidfprovisioning/EspIdfProvisioningModule.kt#L339