Change proto protocol so the whole stream is also decodable as a proto.
This commit is contained in:
@@ -21,3 +21,7 @@ message Adsb {
|
||||
AdsbPacket mode_s_long = 3;
|
||||
}
|
||||
}
|
||||
|
||||
message AdsbStream {
|
||||
repeated Adsb msg = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user