espressif / esp-rainmaker-ios

ESP RainMaker iOS app sources
https://rainmaker.espressif.com/
Apache License 2.0
48 stars 25 forks source link

Issue Connecting via bluetooth transport #5

Open SudhanshuPahwa opened 2 years ago

SudhanshuPahwa commented 2 years ago

Hi,

I am trying to connect via bluetooth transport giving error Unable to connect bluetooth, But when i connect the same with its QR code, its connecting and working fine, Any idea why this is happening.

vikas-chandra-mnnit commented 2 years ago

Hi @SudhanshuPahwa, can you please share the ESPProvision SDK logs for both cases(working and non-working). You can enable it by uncommenting the line ESPProvisionManager.shared.enableLogs(true) in didFinishLaunchingWithOptions method of AppDelegate.