Add candlestick charts

This commit is contained in:
Michael Mikovsky
2025-04-09 18:35:28 -06:00
parent 9f2ef1b5ed
commit 2210d8d654
15 changed files with 521 additions and 54 deletions
@@ -67,8 +67,9 @@ public class ScoutingDataWriter {
int version = ((int)objects.get(0).get());
if(values.length <= version) {
AlertManager.addSimpleError("Field version (" +version + ") is too recent as compared to latest version (" + (values.length-1) + ")!");
throw new BuiltByteParser.byteParsingExeption();
// AlertManager.addSimpleError("Error loading " + filename);
AlertManager.error(new BuiltByteParser.byteParsingExeption("Field version (" +version + ") is too recent as compared to latest version (" + (values.length-1) + ")!"));
return null;
}
// System.out.println(version);