rename haptics buf_len to audio buf_len

This commit is contained in:
awalol
2026-05-09 13:20:46 +08:00
parent 5d32bb6de9
commit c323c14f19
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct __attribute__((packed)) Config_body {
uint8_t disable_inactive_disconnect; // bool: 0 disable,1 enable
uint8_t disable_pico_led; // bool
uint8_t polling_rate_mode; // 0: 250Hz, 1: 500Hz, 2: real-time
uint8_t haptics_buffer_length; // [16,128]
uint8_t audio_buffer_length; // [16,128]
uint8_t controller_mode; // 0: DS5, 1: DSE, 2: Auto
};