thorrak/esp_wifi_config

0.2.4

Latest
uploaded 14 hours 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.
    7.26 KB
  • with_ble
    7.04 KB
  • with_ble_deinit
    Demonstrates BLE service-only mode: WiFi Config registers and removes its GATT service while NimBLE remains available.
    7.65 KB
  • with_cli
    Example demonstrating WiFi Config with a CLI interface, including commands for managing WiFi networks and settings.
    3.50 KB
  • with_improv
    3.93 KB
  • with_shared_httpd
    This example shares an application-owned HTTP server with the library, serving both application and library routes.
    4.22 KB
  • with_webui
    Example demonstrating WiFi Config with an embedded Web UI. It supports captive portal setup and network management.
    3.28 KB
  • with_webui_customize
    Example demonstrating WiFi Config with a customizable frontend served from LittleFS, with an embedded Web UI fallback.
    5.47 KB