🚧 Important: Project Under Development
This project is currently under active development and may undergo frequent changes, updates, and improvements. As such, certain features may be incomplete or subject to modification.
Chroniq is an open-source project that aims to create a simple and easy-to-use digital clock, chat system and bus timetable. Chroniq views are fully customizable and users can create their own views (coding skills required).
- PlatformIO CLI
- PlatformIO IDE
- Arduino IDE (optional)
- Clone the repository:
git clone [email protected]:fiatlinuxorg/chroniq.git
- Change directory to the project root:
cd chroniq
- Change directory to the firmware folder:
cd firmware
- Build the project:
pio run
- Flash the project to the board:
pio run --target upload
- Done!
- Open the project in the PlatformIO IDE.
- Click the build button.
- Click the upload button.
- Done!
- Open the project in the Arduino IDE.
- Click the build button.
- Click the upload button.
- Done!
Soon.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
We welcome contributions from the community to improve this project. If you'd like to contribute, please follow these guidelines:
If you find a bug, please open an issue and provide as much information as possible. This includes the version of the project and a detailed description of the bug.
If you'd like to request a new feature, please open an issue and provide a detailed description of the feature you'd like to see or contribute a pull request.
We welcome pull requests from the community. Before submitting a pull request, please ensure that your code is properly formatted.
If you'd like to contribute, follow these steps:
- Fork the repository;
- Create a new branch;
- Commit your changes to the new branch;
- Push the new branch to your fork;
- Open a pull request.