Skip to content

Commit

Permalink
add support for ACS3
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Jun 27, 2024
1 parent b2eda9c commit 77381a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ru/r2cloud/satellite/decoder/Decoders.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public Decoders(PredictOreKit predict, Configuration props, ProcessFactory proce
index("53807", "53807-0", new BlueWalker3Decoder(predict, props, RawBeacon.class));
index("51509", "51509-0", new BlueWalker3Decoder(predict, props, RawBeacon.class));
index("56180", "56180-0", new BlueWalker3Decoder(predict, props, RawBeacon.class));
index("59588", "59588-0", new BlueWalker3Decoder(predict, props, RawBeacon.class));
index("56993", "56993-0", new Mrc100Decoder(predict, props, Mrc100Beacon.class));
index("56211", "56211-1", new InspireSat7SpinoDecoder(predict, props));
index("57167", "57167-0", new StratosatTk1Decoder(predict, props));
Expand Down

0 comments on commit 77381a0

Please sign in to comment.