Skip to content

Commit 6389b02

Browse files
committed
Log more
1 parent f613c71 commit 6389b02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/badge_hid_host.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ static void print_gamepad_report(const gamepad_report_t* rpt, int length) {
314314
* @param[in] length Length of input report data buffer
315315
*/
316316
static void hid_host_generic_report_callback(const uint8_t* const data, const int length) {
317+
ESP_LOGI(TAG, "Received generic report (%d bytes)\n", length);
317318
if (length >= 10) {
318319
gamepad_report_t rpt = parse_gamepad_report(data, length);
319320

0 commit comments

Comments
 (0)