PhracturedBlue / ESP8266MQTTMesh

Self-assembling Mesh network built around the MQTT protocol supporting OTA
GNU General Public License v3.0
265 stars 79 forks source link

How to use it on Arduino IDE? #12

Closed tanker11 closed 6 years ago

tanker11 commented 7 years ago

Make sure you have the latest version of ESP8266MQTTMesh before reporting an issue.

Description of problem: On Arduino IDE I could not install the library correctly as installing from ZIP resulted in "file does not contain a valid library". Is there a manual way to do that?

sahilparekh commented 6 years ago

Hi, Quickest way would be: 1) Create a folder "ESP8266MQTTMesh" in Arduino/Library 2) Copy "Base64.h", "Base64.cpp", "ESP8266MQTTMesh.h", "ESP8266MQTTMesh.cpp" & "ESP8266MQTTMeshBuilder.h" 3) Restart Arduino then try to include the library. (All Header files will be included but only keep "ESP8266MQTTMesh.h")