Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[documentation] WiFi.begin() also accepts bssid, not documented #76

Open
atesin opened this issue Apr 22, 2022 · 0 comments
Open

[documentation] WiFi.begin() also accepts bssid, not documented #76

atesin opened this issue Apr 22, 2022 · 0 comments

Comments

@atesin
Copy link

atesin commented Apr 22, 2022

hi... i was browsing the source... documentation in README.md doesn't mention WiFi.begin()also accept bssid as optional parameter... this differs with WiFiNINA api that doesn't support bssid

int begin(const char* ssid = nullptr, const char *passphrase = nullptr, const uint8_t* bssid = nullptr);

documentation: https://github.com/JAndrassy/WiFiEspAT/blob/master/README.md#enhanced-wifi-api

* `begin` for AT 1.7 begin() without parameters (joining remembered WiFi) is not available

WiFiNINA api: https://www.arduino.cc/reference/en/libraries/wifinina/wifi.begin/

Syntax
WiFi.begin(ssid);
WiFi.begin(ssid, pass);
WiFi.begin(ssid, keyIndex, key);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant