chroma-feedback
chroma-feedback copied to clipboard
Windows compatibility
- [x] No executable being created - fixed since 10.1.0
The setup tools entry point approach has the benefit that on windows an .exe will be created that can be double clicked and invoked like a regular windows program
entry_points =
{
'console_scripts':
[
'chroma-feedback = package.module:func',
]
}
- [x] Color codes and symbol (check is just a box) not working - fixed since 10.1.0
←[0;32m✔←[0m Build of redaxmedia/chroma-feedback on buddy passed
- [ ] Update to fixed busylight version - related to https://github.com/JnyJny/busylight/issues/56
- [ ] Add
is_windows()to busylight powered devices