altosui: Report telemetry CRC errors in UI
[fw/altos] / ao-tools / altosui / AltosTelemetryReader.java
index a3402f9c8b85a1756809ed2f879009fcb37b4294..fdedbde279345499e1ac926104478ade2106fa24 100644 (file)
@@ -62,6 +62,8 @@ public class AltosTelemetryReader extends AltosReader {
                                        records.add(record);
                                } catch (ParseException pe) {
                                        System.out.printf("parse exception %s\n", pe.getMessage());
+                               } catch (AltosCRCException ce) {
+                                       System.out.printf("crc error\n");
                                }
                        }
                } catch (IOException io) {