thorrak/esp_wifi_config

0.3.1~1

Latest
uploaded 43 minutes ago
WiFi Config component with multi-network support, auto-reconnect, SoftAP captive portal, REST API, and ESP-IDF Network Provisioning over BLE

8 examples

  • basic
    This example demonstrates basic usage of the ESP WiFi Config component, including remote configuration and captive portal setup.
    7.26 KB
  • with_ble
    7.04 KB
  • with_ble_deinit
    Demonstrates service-only BLE mode, letting WiFi Config remove its GATT service while NimBLE remains running.
    7.65 KB
  • with_cli
    Example demonstrating WiFi Config with a CLI interface, including commands for WiFi management and configuration.
    3.50 KB
  • with_improv
    3.93 KB
  • with_shared_httpd
    This example shows how to share an application-owned HTTP server with the library using one server and port.
    4.22 KB
  • with_webui
    Example demonstrating WiFi Config with an embedded Web UI, including captive portal setup and network management.
    3.28 KB
  • with_webui_customize
    Example demonstrating WiFi Config with a customizable frontend served from LittleFS.
    5.47 KB