kopia lustrzana https://github.com/bristol-seds/pico-tracker
[ubseds15] update stringify function
rodzic
c1d63e3141
commit
e9784f7afb
|
@ -97,8 +97,8 @@ class telemetry_format_ssid:
|
||||||
"sats {satellites} ttff {ttff}").format(**datum)
|
"sats {satellites} ttff {ttff}").format(**datum)
|
||||||
|
|
||||||
elif self.flight_nr in [15]:
|
elif self.flight_nr in [15]:
|
||||||
return ("{battery}V {temperature_e}C {temperature_i}C "
|
return ("{battery}V {solar}V {temperature_e}C {temperature_i}C "
|
||||||
"sats {satellites} ttff {ttff}").format(**datum)
|
"ttff {ttff}").format(**datum)
|
||||||
else:
|
else:
|
||||||
raise ValueError("stringify does not know about this flight!")
|
raise ValueError("stringify does not know about this flight!")
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue