ucflumm/simple_wifi

1.0.0

uploaded 2 years 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
  • License MIT

Supports all targets

To add this component to your project, run:

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

download archive

Stats

  • Archive size
    Archive size ~ 3.03 KB
  • Downloaded in total
    Downloaded in total 90 times
  • Weekly Downloads Weekly Downloads (All Versions)
  • Downloaded this version
    This version: 1 time

Badge

ucflumm/simple_wifi version: 1.0.0
|