Release 1.093Beta
This commit is contained in:
parent
c73fffb25b
commit
22bb9ee112
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user