Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.55 KB

ESP8266 remote controller via MQTT

This is a simple Android app that allow us to control this ESP8266 program with an attached relay. This allows us to remote turn on any electric device.

This app is very very simple and needs some validations and things to work on.


Navigation


:octocat: GitHub Repository
🌐 ESP8266 application
⬇️ Releases
📝 Issues


How can I collaborate?

Instructions

  1. ✌️ Fork this repository and clone through terminal git clone <url>.
  2. 📂 Set the directory on the cloned folder cd <folder>.
  3. 📝 Modify the project as you wish.
  4. ✨ Stage the changes git add * and create new commit: git commit -am "Summary of changes".
  5. ⬆️ Upload your work: git push origin master.
  6. 📧 Feel free to initiate a pull request :D

:octocat: Si deseas aprender Git, visita mi guía sobre Git.