Various fixes

- Change unit path
- Rename method
- Make CurrentPWM method return its value in PWM instead of percent
This commit is contained in:
2023-10-08 13:50:33 +02:00
parent 0a6bab36be
commit e2509cea8b
5 changed files with 12 additions and 12 deletions

View File

@@ -34,4 +34,4 @@ exe = executable('fantasize',
install: true,
include_directories: inc)
install_data('unit/fantasize.service', install_dir : 'usr/lib/systemd/system')
install_data('unit/fantasize.service', install_dir : '/usr/lib/systemd/system')