From: Bdale Garbee Date: Tue, 26 Nov 2019 00:50:41 +0000 (-0700) Subject: altosui: add monitor idle support for TeleMetrum v3 X-Git-Tag: 1.9.1~1^2~14 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0072e9741719367a1f6748d242cd6195a1a7c6a5;hp=6d55d03587e9f71a7e8320a6b36fde25edc63b28 altosui: add monitor idle support for TeleMetrum v3 --- diff --git a/altoslib/AltosIdleFetch.java b/altoslib/AltosIdleFetch.java index 78146279..4b9a5254 100644 --- a/altoslib/AltosIdleFetch.java +++ b/altoslib/AltosIdleFetch.java @@ -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,