From 826c3eef9c5bcc37f94dffa894ad556b6c108daf Mon Sep 17 00:00:00 2001 From: awalol Date: Tue, 5 May 2026 19:05:19 +0800 Subject: [PATCH] typo --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 76445df..13af2bd 100644 --- a/src/config.h +++ b/src/config.h @@ -13,7 +13,7 @@ struct __attribute__((packed)) Config_body { uint8_t inactive_time; // [10,60] min 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: instant + uint8_t polling_rate_mode; // 0: 250Hz, 1: 500Hz, 2: real-time uint8_t haptics_buffer_length; // [16,255] uint8_t controller_mode; // 0: DS5, 1: DSE 自动切换识别太麻烦了,懒的做了,期待pr };