Skip to content

class WiFiMulti' has no member named 'setAllowOpenAP' #11256

Closed
@rudiratlos

Description

@rudiratlos

Board

ESP32-S3

Device Description

m5pagerS3

Hardware Configuration

no

Version

latest stable Release (if not listed below)

IDE Name

Arduino IDS

Operating System

macos

Flash frequency

40

PSRAM enabled

yes

Upload speed

115200

Description

/EPDWifi.h:121:11: error: 'class WiFiMulti' has no member named 'setAllowOpenAP'
WiFimulti.setAllowOpenAP(WiFi_useOpenAP);
^~~~~~~~~~~~~~

Sketch

#include <WiFi.h>
#include <WiFiMulti.h>
...
void WiFi_enable() {
  WiFi.mode(WIFI_STA); // client mode
  WiFi.disconnect();
  WiFi.setHostname(c_ProgName.c_str());
  WiFimulti.setAllowOpenAP(true);
  WiFi_multAdd();
}

Debug Message

x

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

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