Replies: 1 comment 1 reply
-
try reconnecting in a while true loop |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It's been apporx. one year since I last built update for my Pinetime and everything worked great.
Now when I try to build a dfu-file and send (OTA) it to my Pinetime, everything goes normally except after restart the watch doesn't have a Bluetooth connection.
Any thoughts that what could be the reason?
I build the dfu by using these commands:
cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=/home/user/gcc-arm-none-eabi-10.3-2021.10/ -DNRF5_SDK_PATH=/home/user/nRF5_SDK_15.3.0_59ac345/ -DBUILD_DFU=1
make -j4
and I don't get any errors which makes it even more strange.
Beta Was this translation helpful? Give feedback.
All reactions