Hi
1. I tested function NRF_LOG_INFO and found that NRF_LOG_INFO automatically prints the \r\n character
2. How can I remove the \r\n character
Thank you for all your assistance.
Kind regards,
Peter.Min
Hi
1. I tested function NRF_LOG_INFO and found that NRF_LOG_INFO automatically prints the \r\n character
2. How can I remove the \r\n character
Thank you for all your assistance.
Kind regards,
Peter.Min
Hi Peter
There is a function called NRF_LOG_RAW_INFO(..) which you can use to print raw log messages without any header or newline added.
Best regards
Torbjørn
Hi ovrebekk,
This function is available
Thank you for all your assistance.
Kind regards,
Peter.Min