diff --git a/packages/uhk-common/src/util/constants.ts b/packages/uhk-common/src/util/constants.ts index c9cc8a3d..9157901d 100644 --- a/packages/uhk-common/src/util/constants.ts +++ b/packages/uhk-common/src/util/constants.ts @@ -1,3 +1,4 @@ export namespace Constants { export const AGENT_GITHUB_URL = 'https://github.com/UltimateHackingKeyboard/agent'; + export const FIRMWARE_GITHUB_ISSUE_URL = 'https://github.com/UltimateHackingKeyboard/agent/issues/567'; } diff --git a/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html b/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html index 1c537cac..62f72578 100644 --- a/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html +++ b/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html @@ -12,14 +12,16 @@ Firmware {{ hardwareModules.rightModuleInfo.firmwareVersion }} is running on the right keyboard half.

-

- - Please note that the firmware update process may sometimes fail. If if fails then - simply retry until it succeeds. If the left half becomes unresponsive after a failed - update then retry and follow the instructions displayed during the update to fix it. - We'll make the firmware update process more robust. - -

+ If the update process fails, consider the following points: +
    +
  1. Windows 7, Windows Vista, and Windows XP are not supported. Use Linux, OSX, Windows 10, or Windows 8.
  2. +
  3. Connect your UHK directly to the host computer. Don't use USB hubs or KVM switches.
  4. +
  5. Run Agent directly on the host operating system. Don't use VirtualBox or VMware Workstation.
  6. +
  7. Give a try to every USB port of your computer.
  8. +
  9. If the left half becomes unresponsive after a failed update then retry and follow the instructions displayed during the update to fix it.
  10. +
  11. If the above fails, retry a couple of times.
  12. +
  13. If everything else fails, please add a new comment to the GitHub issue, and attach the update log.
  14. +