display test and split TX/RX added

This commit is contained in:
phdlee
2018-01-30 12:13:52 +09:00
parent 3a306429ea
commit 98c26730c6
4 changed files with 63 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ void updateLine2Buffer()
if (freqScrollPosition < 7)
{
for (int i = 11; i > 0; i--)
for (int i = 11; i >= 0; i--)
if (i - (7 - freqScrollPosition) >= 0)
line2Buffer[i] = line2Buffer[i - (7 - freqScrollPosition)];
else