kopia lustrzana https://github.com/cyoung/stratux
rodzic
438a947aa5
commit
89107818b8
|
|
@ -476,8 +476,10 @@ func (f *UATFrame) decodeInfoFrame() {
|
||||||
switch f.Product_id {
|
switch f.Product_id {
|
||||||
case 413:
|
case 413:
|
||||||
f.decodeTextFrame()
|
f.decodeTextFrame()
|
||||||
case 8, 11, 13:
|
/*
|
||||||
f.decodeAirmet()
|
case 8, 11, 13:
|
||||||
|
f.decodeAirmet()
|
||||||
|
*/
|
||||||
default:
|
default:
|
||||||
fmt.Fprintf(ioutil.Discard, "don't know what to do with product id: %d\n", f.Product_id)
|
fmt.Fprintf(ioutil.Discard, "don't know what to do with product id: %d\n", f.Product_id)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue