feat: flash DFU device in HID mode #337

Merged
CODeRUS merged 2 commits from patch-1 into master 2023-06-04 21:23:32 +02:00
CODeRUS commented 2023-05-01 12:55:54 +02:00 (Migrated from github.com)
No description provided.
dw-0 (Migrated from github.com) requested changes 2023-06-04 20:04:23 +02:00
@@ -88,3 +92,4 @@
break;;
B|b)
advanced_menu
break;;
dw-0 (Migrated from github.com) commented 2023-06-04 20:04:15 +02:00

I think you accidentially missed adding the corresponding UI changes for that selection? (see https://github.com/th33xitus/kiauh/pull/337/files#diff-b89981fc56eaa7eec8db59c1d83d01c49e63add68777fd0da885d2c946b525c9R72) I think there should be a new selection made visible, otherwise users wouldn't even know that "3" is a possible option.

I think you accidentially missed adding the corresponding UI changes for that selection? (see https://github.com/th33xitus/kiauh/pull/337/files#diff-b89981fc56eaa7eec8db59c1d83d01c49e63add68777fd0da885d2c946b525c9R72) I think there should be a new selection made visible, otherwise users wouldn't even know that "3" is a possible option.
CODeRUS (Migrated from github.com) reviewed 2023-06-04 21:15:26 +02:00
@@ -88,3 +92,4 @@
break;;
B|b)
advanced_menu
break;;
CODeRUS (Migrated from github.com) commented 2023-06-04 21:15:26 +02:00

oh yes sorry missed to stage line. my bad, fixed now!

oh yes sorry missed to stage line. my bad, fixed now!
dw-0 (Migrated from github.com) approved these changes 2023-06-04 21:23:15 +02:00
dw-0 commented 2023-06-04 21:23:42 +02:00 (Migrated from github.com)

Thank you!

Thank you!
Sign in to join this conversation.