altosui: Report telemetry CRC errors in UI
[fw/altos] / ao-tools / altosui / AltosLog.java
index ec868b9c8dd2bcc078cf5b07541a07140e847c56..2c241771be6c3b3d95b6f8792a973a4ad84636ac 100644 (file)
@@ -74,6 +74,7 @@ class AltosLog implements Runnable {
                                                open(telem);
                                        }
                                } catch (ParseException pe) {
+                               } catch (AltosCRCException ce) {
                                }
                                if (log_file != null) {
                                        log_file.write(line);