Release 1.093Beta

This commit is contained in:
phdlee 2018-06-17 01:19:37 +09:00
parent c73fffb25b
commit 22bb9ee112

View File

@ -823,8 +823,8 @@ void SWS_Process(void)
break; break;
} }
SendCommandL('x', analogRead(ADCIndex[nowCheckIndex++]));
SendCommandL('n', nowCheckIndex); //Index Input SendCommandL('n', nowCheckIndex); //Index Input
SendCommandL('x', analogRead(ADCIndex[nowCheckIndex++]));
if (nowCheckIndex > endIndex) if (nowCheckIndex > endIndex)
nowCheckIndex = startIndex; nowCheckIndex = startIndex;