-
Notifications
You must be signed in to change notification settings - Fork 7.6k
class WiFiMulti' has no member named 'setAllowOpenAP' #11256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Works for me; likely an environmental problem. Make sure the compiler is using the WiFiMulti.h inside the esp32 directory, not an Arduino version (preferences->show verbose output during compile). If you installed manually, make sure you have run get.exe. |
which library is that. I have used Arduino_MultiWiFi. after deleting it, I've used WiFiMulti_Generic, but also no success. |
WiFiMulti is part of the arduino-esp32 base. You don't need to install any additional library, and actually need to uninstall any other WiFiMulti.h. |
no success Error: my platformio.ini within vcode:
|
If I click on go to definition, I get the following info: |
Remove anything from your lib directory that is included in the platform libraries- WiFi, WiFiMulti and HTTPClient. Your environment seems damaged, and I can't know what you did to get there. You may need to wipe out the .pio directory and start over. The WiFiMulti in esp32 still has the old info from esp8266 (@SuGlider ) |
I have removed platformlib and all in .pio. But it installs the old esp8266 version. in my plattformio.ini: The chip on the board is: ESP32_S3R8 |
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
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: