altoslib: Make any incoming telem packet update the RSSI value
[fw/altos] / altoslib / AltosTelemetryRecordLocation.java
index a0a8ab8159cd0f4e5aeb2edc2cf7693c7b50ed2a..029996963b555f9a9f4b2648e463d48adb87b5e3 100644 (file)
@@ -15,7 +15,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.altoslib;
+package org.altusmetrum.altoslib_1;
 
 
 public class AltosTelemetryRecordLocation extends AltosTelemetryRecordRaw {
@@ -37,8 +37,8 @@ public class AltosTelemetryRecordLocation extends AltosTelemetryRecordRaw {
        int     climb_rate;
        int     course;
 
-       public AltosTelemetryRecordLocation(int[] in_bytes) {
-               super(in_bytes);
+       public AltosTelemetryRecordLocation(int[] in_bytes, int rssi) {
+               super(in_bytes, rssi);
 
                flags          = uint8(5);
                altitude       = int16(6);