altoslib: Make any incoming telem packet update the RSSI value
[fw/altos] / altoslib / AltosTelemetryRecordConfiguration.java
index 472a631860ea9c23cdd23f4f3d7a04db34b1479d..47fc34886a20a2be529708a2abd11bac72d01b14 100644 (file)
@@ -29,8 +29,8 @@ public class AltosTelemetryRecordConfiguration extends AltosTelemetryRecordRaw {
        String  callsign;
        String  version;
 
-       public AltosTelemetryRecordConfiguration(int[] in_bytes) {
-               super(in_bytes);
+       public AltosTelemetryRecordConfiguration(int[] in_bytes, int rssi) {
+               super(in_bytes, rssi);
 
                device_type    = uint8(5);
                flight         = uint16(6);