second WBO channel logging #6306

This commit is contained in:
rusefi 2024-03-28 22:29:55 -04:00 committed by rusefillc
parent 2481a245b6
commit 72cd8f26c3
1 changed files with 2 additions and 2 deletions

View File

@ -303,10 +303,10 @@ public class LiveDataProcessor {
}
public static int tempLimit(String[] outputs) {
return 1;
return outputs.length;
}
public static boolean needComment(int index) {
return index > 0;
return false;
}
}