ESP32 WiFi Library – WiFiMulti Class

Home / References ESP32 Library / WiFi API

The WiFiMulti class in the ESP32 WiFi Library allows you to manage multiple Wi-Fi networks seamlessly. It enables your ESP32 to connect to a list of preferred Wi-Fi networks, automatically switching between them based on availability and signal strength.

This is particularly useful for projects that require reliable connectivity in environments with multiple network options. On this page, you’ll find an index of all methods in the WiFiMulti class, helping you integrate this functionality into your ESP32-based projects efficiently.

  • addAP – Add multiple Access Points (APs).
  • run – Manage the connection to multiple WiFi networks
  • setStrictMode – Configure the strict mode when connecting to WiFi.
  • setAllowOpenAP – Allows or disallows connections to open access points.
  • APlistClean – Clear the current list of Access Points.
  • setConnectionTestCallbackFunc – Define a custom callback function to validate an internet connection.

ESP32 Library Index

ESP32 Arduino Core Library


FAQ

Ready to experiment and explore more about ESP32? Visit our website’s All About ESP32 Resources Hub, packed with tutorials, guides, and tools to inspire your maker journey. Experiment, explore, and elevate your skills with everything you need to master this powerful microcontroller platform!

error: Content is protected !!