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.
GitHub Repository
🌐 ESP8266 application
⬇️ Releases
📝 Issues
Instructions
- ✌️ Fork this repository and clone through terminal
git clone <url>
. - 📂 Set the directory on the cloned folder
cd <folder>
. - 📝 Modify the project as you wish.
- ✨ Stage the changes
git add *
and create new commit:git commit -am "Summary of changes"
. - ⬆️ Upload your work:
git push origin master
. - 📧 Feel free to initiate a pull request :D
Si deseas aprender Git, visita mi guía sobre Git.