particle-iot / particle-android

Particle Open Source for Android
Apache License 2.0
37 stars 38 forks source link

Fix issue 97 #108

Closed Faustasm closed 1 year ago

Faustasm commented 3 years ago

Fix regarding issue https://github.com/particle-iot/particle-android/issues/97 This boolean should not be hard coded to false because if setup is initiated with wi-fi configuration only, it will always fail. Changing the boolean to reflect actual status fixes the problem.