feat: add 0xf8 feature report to get firmware version and add config version
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <cstdint>
|
||||
|
||||
struct __attribute__((packed)) Config_body {
|
||||
uint8_t config_version = 1; // Config Version
|
||||
float haptics_gain; // [1.0,2.0]
|
||||
float speaker_volume; // [-100,0]
|
||||
uint8_t inactive_time; // [10,60] min
|
||||
|
||||
Reference in New Issue
Block a user