now testing Proteus HS outputs

This commit is contained in:
rusefi 2022-10-02 18:30:24 -04:00
parent a8136ad8b2
commit 1be564f454
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ int executionCounter = 0;
bool isGood = true;
for (int currentIndex = 16;currentIndex<20;currentIndex++) {
for (int currentIndex = 0;currentIndex<20;currentIndex++) {
bool isThisGood = runTest(currentIndex);
if (isThisGood) {
chprintf(chp, "GOOD channel %d\r\n", index2human(currentIndex));