feat(docs): Add pointer to Bluetooth page in troubleshooting

This commit is contained in:
Cem Aksoylar 2023-05-29 22:06:09 -07:00 committed by Pete Johanson
parent 4042aea66f
commit 30ba4b08ae

View file

@ -5,6 +5,8 @@ sidebar_title: Troubleshooting
The following page provides suggestions for common errors that may occur during firmware compilation or other issues with keyboard usage. If the information provided is insufficient to resolve the issue, feel free to seek out help from the [ZMK Discord](https://zmk.dev/community/discord/invite).
Please also see [the troubleshooting section](features/bluetooth.md#troubleshooting) under the Bluetooth feature page.
### File Transfer Error
Variations of the warnings shown below occur when flashing the `<firmware>.uf2` onto the microcontroller. This is because the microcontroller resets itself before the OS receives confirmation that the file transfer is complete. Errors like this are normal and can generally be ignored. Verification of a functional board can be done by attempting to pair your newly flashed keyboard to your computer via Bluetooth or plugging in a USB cable if `ZMK_USB` is enabled in your Kconfig.defconfig.