Skip to content

Commit

Permalink
"USB version" -> "device firmware version"
Browse files Browse the repository at this point in the history
  • Loading branch information
reillyeon authored Mar 24, 2018
1 parent ddd8b98 commit 7e52e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/src/weblight-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

if (payload == null) {
throw new Error(`Unknown USB version ${this.device.usbVersionMajor}`);
throw new Error(`Unknown device firmware version ${this.device.usbVersionMajor}`);
}

await this.device.controlTransferOut({
Expand Down

0 comments on commit 7e52e0e

Please sign in to comment.