Skip to content

Commit 6662b18

Browse files
preparing v4.0.4
1 parent 1b06b40 commit 6662b18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [4.??.??] - 2024-??-??
7+
## [4.0.4] - 2024-04-20
88
### New:
99
- Wii: `uni_hid_parser_wii_set_mode(struct uni_hid_device_s* d, wii_mode_t mode)`,
1010
to change the mode between vertical or horizontal.

src/components/bluepad32/include/parser/uni_hid_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ typedef void (*report_parse_feature_report_fn_t)(struct uni_hid_device_s* d,
3939
typedef void (*report_set_player_leds_fn_t)(struct uni_hid_device_s* d, uint8_t leds);
4040
typedef void (*report_set_lightbar_color_fn_t)(struct uni_hid_device_s* d, uint8_t r, uint8_t g, uint8_t b);
4141
// start_delay_ms: a delayed start measured in milliseconds. Use 0 to start rumble immediately.
42-
// duration_ms: duration of rumble in milliseconds. The controller might limit the max duration.
42+
// duration_ms: duration of rumble in milliseconds. The controller might limit the max duration. 0 means stop rumble.
4343
// weak_magnitude: The magnitude for the "weak motor".
4444
// strong_magnitude: The magnitude for the "strong motor".
4545
// If the controller has only one motor, then the max value between "weak" and "strong" is used.

0 commit comments

Comments
 (0)