second WBO channel logging #6306
This commit is contained in:
parent
2481a245b6
commit
72cd8f26c3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue