Closed vitcon-iot closed 6 years ago
WiFi.mode() is now required in order to init the hardware (before it was initing even if WiFi is off and you call disconnect). So that part of the code is fine ;) you need to turn on the radio to use it. As for WPA2-Ent I advise you to file an issue in IDF's repository (that is where devs that deal with the stack are looking)
Hardware:
Board: ESP32 Dev Module Core Installation/update date: 10/jul/2018 IDE name: Arduino IDE Flash Frequency: 80Mhz Upload Speed: 921600
Description:
The wpa2 enterprise feature is not working after the last update. Calling
esp_wifi_sta_wpa2_ent_enable()
before callingWiFi.mode()
occurs Guru Meditation Error.Sketch:
Debug Messages:
Exception Decoder:
If
WiFi.mode()
is called first, Guru Meditation Error does not occur, but Stack smashing protect failure occurs during Wifi connection.Sketch:
Debug Messages:
Exception Decoder:
In previous versions of the core in a different PC, both sketch is connected to the AP. (Installed on June 8, 2018) Can I get help with this issue?