smaho-engineering / esptouch_flutter

ESP-Touch Dart API for Flutter. Platform-specific implementation for Android (Java) and iOS (Objective-C).
https://pub.dev/packages/esptouch_flutter
MIT License
100 stars 34 forks source link

[Question] Can i use smartconfig without WiFi BSSID input? #22

Closed pdt590 closed 2 years ago

pdt590 commented 2 years ago

Dear author

Just a question about smartconfig. Can i use smartconfig without WiFi BSSID input?

Thank you and have a nice day

vincevargadev commented 2 years ago

No, the BSSID and SSID are required. Password can be left empty.

em-te commented 2 years ago

Why is BSSID required? Why can't ESP connect based on the wifi name only?

Coming from React Native, one of the plugins for React Native allow to use empty string for BSSID and it can still connect. https://www.npmjs.com/package/react-native-smartconfig-iot/v/0.2.4