Skip to content

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

@atesin

Description

@atesin

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions