tune_control: added define for tune strength

This adds a define for the tune strength instead of hard-coding it with
a magic number.
This commit is contained in:
Julian Oes
2018-02-22 11:31:32 +01:00
parent abb067c788
commit 4cac6d1a44
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -25,3 +25,5 @@ uint16 frequency # in Hz
uint32 duration # in us
uint32 silence # in us
uint8 strength # value between 0-100 if supported by backend
uint8 STRENGTH_NORMAL = 40