altosui: add monitor idle support for TeleMetrum v3
authorBdale Garbee <bdale@gag.com>
Tue, 26 Nov 2019 00:50:41 +0000 (17:50 -0700)
committerBdale Garbee <bdale@gag.com>
Tue, 26 Nov 2019 00:50:41 +0000 (17:50 -0700)
altoslib/AltosIdleFetch.java

index 78146279477884164433ded46702b5df85cbfab2..4b9a52542241c1cd3a6f1908bb842c80fd97fbe6 100644 (file)
@@ -144,6 +144,12 @@ public class AltosIdleFetch implements AltosDataProvider {
                               AltosIdler.idle_ms5607,
                               AltosIdler.idle_sensor_metrum),
 
+               new AltosIdler("TeleMetrum-v3",
+                              AltosIdler.idle_gps,
+                              AltosIdler.idle_adxl375,
+                              AltosIdler.idle_ms5607,
+                              AltosIdler.idle_sensor_metrum),
+
                new AltosIdler("TeleMega-v0",
                               AltosIdler.idle_gps,
                               AltosIdler.idle_mma655x,