ItKindaWorks / ESPHelper32

### This project has been merged ESPHelper. Please use https://github.com/ItKindaWorks/ESPHelper ### A port of the ESPHelper library for ESP32 devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPHelper32

This project has been merged with https://github.com/ItKindaWorks/ESPHelper

Please use that library instead as this code is no longer being maintained

A library to make using WiFi and MQTT on the ESP32 easy.

This is a port of the ESPHelper library originally written for the ESP8266. For more information, check out that library here

The library also features the ability to use the ArduinoOTA system for OTA updates. There are a number of wrapper methods for enabling/disabling OTA and changing the OTA hostname and password.

Please take a look at the examples included with this library to get an idea of how it works.

Note:

This library does requre the use of these libraries (so make sure they're installed as well!): * Metro * pubsubclient

In addition to those libraries, make sure that you have the ESP32 core installed. That can be found here

About

### This project has been merged ESPHelper. Please use https://github.com/ItKindaWorks/ESPHelper ### A port of the ESPHelper library for ESP32 devices

License:GNU General Public License v3.0


Languages

Language:C++ 92.3%Language:C 7.7%