ESP32 WiFi Configuration Tutorial

IntroductionThe ESP32 is a powerful microcontroller that comes with built-in WiFi capabilities. With this feature, it is possible to connect the ESP32 to the internet and even use it to create a WiFi ...
How to Connect ESP32 to Wi-Fi?

There are serval ways to connect ESP32 to Wi-Fi, in this article we will intorduce it.Provide Wi-Fi ID and password in the codeThis is the simplest way, but the disadvatage of this way is user not abl...