Description
The LED clock feature in this repo is tightly integrated with an older version of WLED, which makes it difficult to use with newer releases. It prevents users from benefiting from recent WLED improvements while still using the clock functionality.
Please consider turning the clock code into a proper WLED usermod. This would make it portable across versions, easier to maintain, and more aligned with WLED's modular design.
I tried:
• Manually merging the code into the latest WLED - but it's error-prone and not future-proof.
• Staying on old WLED versions - but that means missing out on new features and bug fixes
Modularizing this as a usermod would benefit many in the community who want to use the clock with modern WLED builds. It will also make collaboration and updates much easier moving forward.
Thanks a lot for your great work on this project!