Release 1.093Beta

This commit is contained in:
phdlee 2018-06-17 01:19:37 +09:00
parent c73fffb25b
commit 22bb9ee112
1 changed files with 1 additions and 1 deletions

View File

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