diff --git a/packages/uhk-common/src/util/constants.ts b/packages/uhk-common/src/util/constants.ts index 9157901d..f5d1912c 100644 --- a/packages/uhk-common/src/util/constants.ts +++ b/packages/uhk-common/src/util/constants.ts @@ -1,4 +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'; + export const FIRMWARE_GITHUB_ISSUE_URL = 'https://github.com/UltimateHackingKeyboard/agent/issues/new'; } 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 70fddea7..0f7bad82 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,17 +12,11 @@ Firmware {{ hardwareModules.rightModuleInfo.firmwareVersion }} is running on the right keyboard half.
- If the update process fails, consider the following points: -Please note that firmware update doesn't work on Windows 7, Windows Vista, and Windows XP. Use Windows 10, Windows 8, Linux, or OSX instead.
+ +If the update process fails, disconnect every USB device from your computer including USB hubs, KVM switches, and every USB device. Then connect only your UHK and retry.
+ +If you tried the above and the update still keeps failing, please create a GitHub issue, and attach the update log.