tinySA icon indicating copy to clipboard operation
tinySA copied to clipboard

selftest #3 fail --

Open roelandjansen opened this issue 5 months ago • 0 comments

I was playing a bit after updating from 1.4.156 to the latest as for now. I did a selftest and the cable was not connected between RF I/O and CAL.

That caused selftest #3 to fail and the whole testprocess stopped.

I noticed the red "Did Y" text on the screen when it failed. I think that in sa_core.c at line 7116 it's written to screen. (it's a guess because test 3 failed and this is test 2?)

ili9341_drawstring_7x13("Did you connect high and low ports with cable?", 0, 210);

In any case, it looks like the error text/hint is truncated on the display.

to test: no cable and do selftest

roelandjansen avatar Sep 13 '24 19:09 roelandjansen