Hello,
NRF connect sdk v1.6.0-rc2.
In SES something wrong with output encoding

I need help to fix it,
Thank you,
Anton
Hello,
NRF connect sdk v1.6.0-rc2.
In SES something wrong with output encoding

I need help to fix it,
Thank you,
Anton
Hi Anton,
A bit hard to tell from the formatting, but it appears to just be missing an S at the end of SLEEP_TIME_MS. There's nothing in our repo that has this typo though.
Regards,
Amanda
Thank you for the answer,
I understand how to fix the code,
I did it to show you how errors and warnings look like,
the problem I want to fix is output encoding, I want to make it readable
Where, exactly, is that output appearing?
If it's within Segger Embedded Studio, have you tried asking Segger?
Hi,
The formatting error is due to the color coding errors in NCS v1.6.0-rcX. The issue has been discussed with Segger and they are working on the case.
-Amanda H.
Thank you,
fixed in v1.6.0
I'm running v1.6.1 and I still have the same issue
When will it be solved? I have v1.6.1 now and still the same problem
When will it be solved? I have v1.6.1 now and still the same problem
Hi,
I think the issue had been fixed. I tested v1.6.1 and didn't see the issue.
By selecting "Output" instead of "Tasks" you get the sensible display of the error but unfortunately, none of the outputs are clickable.
Please try to delete and download v1.6.1 via Tool manager again.
-Amanda
Download is not possible via Tool manager under Linux. I assume you mean using west?
cd $HOME/ncs cat nrf/VERSION 1.6.1 rm -fr * rm -fr .west west init -m https://github.com/nrfconnect/sdk-nrf --mr v1.6.1 west update cat nrf/VERSION 1.6.1
Then I start Nordic Segger v5.30a and I still have the same problem.
yes, if you are using Linux. Try to update Segger for NCSv1.6.1 http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/gs_installing.html#install-the-ses-nordic-edition
-Amanda
Thanks for the suggestion. Updating to Nordic Segger v5.50c solved the problem!