[FL-2565] Archive: switch to browser worker #1295
This commit is contained in:
@@ -42,8 +42,8 @@ void usb_test_submenu_callback(void* context, uint32_t index) {
|
||||
} else if(index == UsbTestSubmenuIndexHidWithParams) {
|
||||
app->hid_cfg.vid = 0x1234;
|
||||
app->hid_cfg.pid = 0xabcd;
|
||||
strncpy(app->hid_cfg.manuf, "WEN", sizeof(app->hid_cfg.manuf));
|
||||
strncpy(app->hid_cfg.product, "FLIP", sizeof(app->hid_cfg.product));
|
||||
strlcpy(app->hid_cfg.manuf, "WEN", sizeof(app->hid_cfg.manuf));
|
||||
strlcpy(app->hid_cfg.product, "FLIP", sizeof(app->hid_cfg.product));
|
||||
furi_hal_usb_set_config(&usb_hid, &app->hid_cfg);
|
||||
} else if(index == UsbTestSubmenuIndexHidU2F) {
|
||||
furi_hal_usb_set_config(&usb_hid_u2f, NULL);
|
||||
|
Reference in New Issue
Block a user