Skip to content

Commit

Permalink
Advise the user to join the halves upon firmware update errors. Resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Nov 5, 2019
1 parent 83c8e6f commit 10fab64
Showing 1 changed file with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@ <h1>
label="Choose firmware file and flash it"></file-upload>
</p>

<div *ngIf="firmwareUpgradeFailed"
class="alert alert-danger"
role="alert">
<p>Firmware update failed. If your UHK is connected via a USB hub, docking station, or KVM switch, connect it directly to your computer and retry.</p>

<p>If you've tried the above and the update still keeps failing, please <a class="link-github" [href]="firmwareGithubIssueUrl" externalUrl>create a GitHub issue</a>, and attach the update log.</p>
<div *ngIf="firmwareUpgradeFailed" class="alert alert-danger" role="alert">
<p>
Firmware update failed. If your UHK is connected via a USB hub, docking station, or KVM switch, connect it
directly to your computer and retry. It might also help to join the keyboard halves during the update.
</p>

<p>
If you've tried the above and the update still keeps failing, please
<a class="link-github" [href]="firmwareGithubIssueUrl" externalUrl>create a GitHub issue</a>,
and attach the update log.
</p>
</div>

<div *ngIf="firmwareUpgradeSuccess"
Expand Down

0 comments on commit 10fab64

Please sign in to comment.