Skip to content

feature getAutoReconnect #4360

Closed
Closed
@tablatronix

Description

@tablatronix

This seems to be missing, it also is not documented in the non rtos sdk docs, but it works.

PR
#4359

I do not know if we can modify user_interface.h willy nilly, so I created this issue for it to discuss.

  WiFi.setAutoReconnect(true);
  Serial.println(WiFi.getAutoReconnect());
  WiFi.setAutoReconnect(false);
  Serial.println(WiFi.getAutoReconnect());

This is useful since waitforconnectionresult does nothing if autoconnect is not true, so devs might need to know this.

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