uploaded 5 months ago
Wifi connection component for ESP-IDF only requires SSID and Password

readme

## Simple wifi connection

This component is here to save 50 lines of code to initiate wifi.

### Usage

Just call ``wifi_manager_init(const char*ssid, const char* password);`` in your main function.

Make sure to add #include "simple_wifi.h" in the preprocessor declarations.

Links

  • Repository Repository

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "ucflumm/simple_wifi^1.0.0"

or download archive

Stats

  • Archive size
    Archive size: 2.51 KB
  • Downloaded in total
    Downloaded in total 27 times
  • Downloaded this version
    This version: 0 times

Badge

ucflumm/simple_wifi version: 1.0.0
|