typo: config struct comment
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ struct __attribute__((packed)) Config_body {
|
|||||||
uint8_t config_version; // Config Version
|
uint8_t config_version; // Config Version
|
||||||
float haptics_gain; // [1.0,2.0]
|
float haptics_gain; // [1.0,2.0]
|
||||||
float speaker_volume; // [-100,0]
|
float speaker_volume; // [-100,0]
|
||||||
uint8_t inactive_time; // [10,60] min
|
uint8_t inactive_time; // [5,60] min
|
||||||
uint8_t disable_inactive_disconnect; // bool: 0 disable,1 enable
|
uint8_t disable_inactive_disconnect; // bool: 0 disable,1 enable
|
||||||
uint8_t disable_pico_led; // bool
|
uint8_t disable_pico_led; // bool
|
||||||
uint8_t polling_rate_mode; // 0: 250Hz, 1: 500Hz, 2: real-time
|
uint8_t polling_rate_mode; // 0: 250Hz, 1: 500Hz, 2: real-time
|
||||||
|
|||||||
Reference in New Issue
Block a user