We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54327c6 commit d590ed5Copy full SHA for d590ed5
lib/usb.ts
@@ -41,13 +41,13 @@ const defaultFilters = [{ vendorId: 0x0d28, productId: 0x0204 }];
41
42
export enum DeviceSelectionMode {
43
/**
44
- * Attempts to connect to known micro:bit, otherwise asks which device to
+ * Attempts to connect to known device, otherwise asks which device to
45
* connect with.
46
*/
47
AlwaysAsk = "AlwaysAsk",
48
49
50
- * Attempts to connect to known micro:bit, otherwise attempts to connect with
+ * Attempts to connect to known device, otherwise attempts to connect with
51
* any allowed devices. If that fails, asks which device to connect with.
52
53
UseAnyAllowed = "UseAnyAllowed",
0 commit comments