uploaded 2 months ago
Utility wrapper for esp_wifi functionality on remote targets

2 examples

  • mqtt
    This is a simple MQTT demo that connects to a WiFi AP and relies on `esp_wifi_remote` for non-WiFi capable chipsets, redirecting all WiFi calls to a…
    13.93 KB
  • two_stations
    This example illustrates how to implement both local and remote Wi-Fi functionality on the same chip using separate compilation units to avoid type…
    6.16 KB