Skip to content

Should WiFi.mode(WIFI_STA) switch off the AP? #676

@Protoneer

Description

@Protoneer

I am trying to switch between STA mode and AP mode. To go to client mode I use the following code:

  WiFi.mode(WIFI_STA);
  WiFi.begin("XXXXXXX","XXXXXXX");

The WiFi.begin does the client connection but a few seconds later the AP also appears and it seems to run in mixed mode.

Is this normal?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions