Skip to content

Wifi Setup #1

Description

@hemalbavisi

I flashed .ino file using Arduino but it's not working as expected.
Program gets stuck in this loop and never comes out. I also checked my router settings but it seems to be okay (I am able to connect using my laptop). Any idea what could be the problem?

  // Wait for a successful connection
  while (WiFi.status() != WL_CONNECTED) {
    delay(500);
    Serial.print("WIFI Setup in progress.");
  }

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