You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

alexmorf/easy_wifi

0.0.2

Latest
uploaded 12 hours ago
An easy WIFI library for the most common use case

readme

# Easy Wifi

This is simple library for initializing WIFI in STA mode for the ESP32.

## Getting started

```
    easy_wifi_config_t config = {
        .ssid = [your WIFI SSID],
        .password = [your WIFI password],
        .max_connection_retry = [maximum retry],
        .should_initialize_nvs_flash = [whether you want easy_wifi to initialize NVS flash (required for storing WIFI info)],
    };
    easy_connect_wifi(&config);
```

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "alexmorf/easy_wifi^0.0.2"

download archive

Stats

  • Archive size
    Archive size ~ 3.11 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

alexmorf/easy_wifi version: 0.0.2
|