Skip to content
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

ESP32_Server_900u.ino:761:10: error: 'class WiFiClass' has no member #124

Open
Encapsulate opened this issue Sep 9, 2024 · 2 comments
Open

Comments

@Encapsulate
Copy link

Encapsulate commented Sep 9, 2024

Arduino IDE 2.3.2, Libraries: AsyncTCP (by dvarrel) v1.1.1, ESP Async Webserver (by Me-No-Dev) v1.2.4, ESP32S2 in FDU mode, Additional boards manager URL: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json,
board: ESP32S2 Dev Module, COM7, Internal USB, PSRAM Enabled,

Results of Uploading/Compiling sketch...
Line 761 of ESP32_Server_900u.ino

C:\Users\x\Desktop\PS4 DEV\ESP32-S2 Jailbreak\ESP32-Server-900u-main\ESP32-Server-900u-main\ESP32_Server_900u\ESP32_Server_900u.ino: In function 'void setup()': C:\Users\x\Desktop\PS4 DEV\ESP32-S2 Jailbreak\ESP32-Server-900u-main\ESP32-Server-900u-main\ESP32_Server_900u\ESP32_Server_900u.ino:761:10: error: 'class WiFiClass' has no member named 'setAutoConnect'; did you mean 'setAutoReconnect'? 761 | WiFi.setAutoConnect(true); | ^~~~~~~~~~~~~~ | setAutoReconnect
exit status 1 Compilation error: 'class WiFiClass' has no member named 'setAutoConnect'; did you mean 'setAutoReconnect'?
To fix, I had to remove line 761.

@vasmani
Copy link

vasmani commented Oct 12, 2024

@Encapsulate
Screenshot 2024-10-12 at 5 16 10 PM

I installed ESP32 version 2.0.14 and it worked!

@Leerz
Copy link

Leerz commented Dec 20, 2024

@Encapsulate Screenshot 2024-10-12 at 5 16 10 PM

I installed ESP32 version 2.0.14 and it worked!

20241220 - works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants