Merge remote-tracking branch 'mjb/altoslib_mjb'
[fw/altos] / altoslib / AltosConfigData.java
index c6e92e620d16b39e5ed3fe4e11f5a6b342f5ff3a..6f343639e72680120b6c064f4e82db4fa188ae28 100644 (file)
@@ -167,6 +167,7 @@ public class AltosConfigData implements Iterable<String> {
                        try { callsign = get_string(line, "Callsign:"); } catch (Exception e) {}
                        try { version = get_string(line,"software-version"); } catch (Exception e) {}
                        try { product = get_string(line,"product"); } catch (Exception e) {}
+                       try { manufacturer = get_string(line,"manufacturer"); } catch (Exception e) {}
 
                        try { get_int(line, "flight"); stored_flight++; }  catch (Exception e) {}
                        try { storage_size = get_int(line, "Storage size:"); } catch (Exception e) {}