Thank you for considering contributing.
It is through community involvement that projects like this evolve and improve.
By contributing to this repository, you agree that:
- Your code contributions (Python, HTML) will be licensed under the MIT License.
- Your documentation contributions will be licensed under CC BY-NC-SA 4.0.
- Check the Issues tab to see if the bug has already been reported.
- If not, open a new issue. Include your firmware version, a clear description of the bug, and steps to reproduce it.
- We welcome new LED animation modes or web interface improvements.
- Open an issue first to discuss the idea before starting the development.
- Fork the repository.
- Create a branch for your feature (
git checkout -b feature/amazing-new-mode). - Ensure your code follows MicroPython best practices (efficiency and low memory usage).
- Commit your changes with clear messages.
- Open a Pull Request targeting the
mainbranch.
If you have questions about the assembly or configuration, please refer to the Assembly & Settings files first.
For other inquiries, feel free to open a "Question" issue.
Thank you for being part of the ML01 project journey!