From 3a2820c44cb9de2939ce592f5d8c32ba9663ff6d Mon Sep 17 00:00:00 2001 From: Hays Chan <25737801+hayschan@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:42:18 +0800 Subject: [PATCH] docs: remove redundant note about "Packets Receipt Notification" in iOS OTA instructions - Removed the duplicate note about enabling "Packets Receipt Notification" since it's already mentioned earlier in the troubleshooting steps. Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com> --- docs/getting-started/flashing-firmware/nrf52/ota.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started/flashing-firmware/nrf52/ota.mdx b/docs/getting-started/flashing-firmware/nrf52/ota.mdx index 746845b4..eee6df98 100644 --- a/docs/getting-started/flashing-firmware/nrf52/ota.mdx +++ b/docs/getting-started/flashing-firmware/nrf52/ota.mdx @@ -61,7 +61,6 @@ If the upload fails, here are some tips based on common issues: 4. If it still fails, reduce the value by one and retry the upload. 3. **Prevent screen timeout during upload**: The iPhone's auto-lock feature is often set to 30 seconds or 1 minute by default. When this happens, the screen will go black, and the phone may go to sleep, potentially interrupting the Bluetooth firmware upload. To avoid this, temporarily set the auto-lock to "Never" during the upload process to ensure that the phone stays awake and the upload completes without interruption. -*Note: Enabling "Packets Receipt Notification" is critical, as it unlocks the ability to modify the packet count. Reducing the packet size can significantly improve the upload stability and reduce the likelihood of failure.*