Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kotyara12/rewifi

A library for connecting to a WiFi hotspot using only the ESP-IDF framework
https://github.com/kotyara12/rewifi

esp-idf esp32 wifi

Last synced: about 17 hours ago
JSON representation

A library for connecting to a WiFi hotspot using only the ESP-IDF framework

Awesome Lists containing this project

README

        

# reWiFi for ESP32 / ESP-IDF

A library for connecting to a WiFi hotspot using only the ESP-IDF framework.

## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/rTypes
- https://github.com/kotyara12/reEsp32
- https://github.com/kotyara12/reNvs
- https://github.com/kotyara12/reLed

### Notes:
- libraries starting with the re prefix are only suitable for ESP32 and ESP-IDF
- libraries starting with the ra prefix are only suitable for ARDUINO compatible code
- libraries starting with the r prefix can be used in both cases (in ESP-IDF and in ARDUINO)