Skip to content

Can't connect to wifi when parsed password contains spaces ( MyNetwork::wifiBegin ) #251

@Danjovic

Description

@Danjovic

In method MyNetwork::wifiBegin(bool silent) from network.cpp file, the function below will not connect if a password contain spaces.

WiFi.begin(config.ssids[ls].ssid, config.ssids[ls].password);

On the other hand it works with harcdoded passwords

WiFi.begin("MyNetork", "my pass word");

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