Replies: 1 comment 1 reply
-
I did some (very dirty) hacks that implemented this idea and helped me with debugging on sealed PineTime. If anybody chose to use these changes "as is", be very careful and do NOT "mark as verified" firmware on your smartwatch. |
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
-
I am wondering how can I debug code with sealed device. The logging is done mostly via NRF_LOG_INFO.
I would like to try to redefine NRF_LOG_INFO to store messages into file system and then download them via blefs. Have already someone tried that?
The other idea is to implement UART via BLE.
Beta Was this translation helpful? Give feedback.
All reactions