altoslib: renamed AltosSensorTMini2, but didn't update AltosIdleFetch
authorKeith Packard <keithp@keithp.com>
Tue, 25 Apr 2017 00:11:03 +0000 (17:11 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 25 Apr 2017 00:12:50 +0000 (17:12 -0700)
Because Java found the old installed version of this library. Thanks!

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosIdleFetch.java

index 5c6f57e049cd4a56e43f625f237aae957e42fef7..73717e178c38569fbe2e426cae50f04ce809fccf 100644 (file)
@@ -74,7 +74,7 @@ class AltosIdler {
                                AltosSensorEMini.update_state(state, link, config_data);
                                break;
                        case idle_sensor_tmini2:
-                               AltosSensorTMini.update_state(state, link, config_data);
+                               AltosSensorTMini2.update_state(state, link, config_data);
                                break;
                        case idle_sensor_tgps:
                                AltosSensorTGPS.update_state(state, link, config_data);