Simple app dashboard for ESP32 / Arduino devices with an OLED display.
AR smart glasses, smartwatch, smart mirror, smart home, etc.
Contributions are welcome!
To contribute, please follow these steps:
- Fork the repository
gh repo fork [email protected]:dnstock/XVision.git
- Create a new branch
git checkout -b feature/my-feature
- Make your changes
git add .
git commit -m "Add my feature"
- Commit your changes to your fork
git push origin feature/my-feature
- Create a pull request
gh pr create
- Wait for review and approval
gh pr status
- Make any requested changes
git add .
git commit -m "Address review comments"
git push origin feature/my-feature
- Merge your changes
gh pr merge
- Celebrate your contribution!
🎉
For support, please contact the author.
This project is open source and available under the MIT License - see the LICENSE file for details.