new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin
[fw/altos] / altoslib / AltosTelemetryRecordSatellite.java
index b9418f27e98f389e57932b096e6b27621ce6bb2f..9835389b977a127a424c4563da13403efbdcdedb 100644 (file)
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.altoslib;
+package org.altusmetrum.altoslib_1;
 
 public class AltosTelemetryRecordSatellite extends AltosTelemetryRecordRaw {
        int             channels;
        AltosGPSSat[]   sats;
 
-       public AltosTelemetryRecordSatellite(int[] in_bytes) {
-               super(in_bytes);
+       public AltosTelemetryRecordSatellite(int[] in_bytes, int rssi) {
+               super(in_bytes, rssi);
 
                channels = uint8(5);
                if (channels > 12)