Skip to content

Commit

Permalink
chore: sort sdcard.json, add missing targets, corrections
Browse files Browse the repository at this point in the history
Adds missing T20V2, PL18EV
Corrects T14 and T20 package mapping
  • Loading branch information
pfeerick committed Apr 4, 2024
1 parent 02d09b8 commit cda94ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sdcard.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"targets": [
["BETAFPV LiteRadio 3 Pro", "lr3pro-", "bw128x64"],
["Flysky NV14", "nv14-", "c320x480"],
["Flysky EL18", "el18-", "c320x480"],
["Flysky NV14", "nv14-", "c320x480"],
["Flysky PL18", "pl18-", "c480x320"],
["Flysky PL18EV", "pl18ev-", "c480x320"],
["FrSky Horus X10", "x10-", "c480x272"],
["FrSky Horus X10 Access", "x10-access-", "c480x272"],
["FrSky Horus X12s", "x12s-", "c480x272"],
Expand All @@ -20,10 +21,11 @@
["FrSky X-Lite S", "xlites-", "bw128x64"],
["iFlight Commando 8", "commando8-", "bw128x64"],
["Jumper T12", "t12-", "bw128x64"],
["Jumper T14", "t14-", "c480x272"],
["Jumper T14", "t14-", "bw128x64"],
["Jumper T16", "t16-", "c480x272"],
["Jumper T18", "t18-", "c480x272"],
["Jumper T20", "t20-", "c480x272"],
["Jumper T20", "t20-", "bw128x64"],
["Jumper T20 V2", "t20v2-", "bw128x64"],
["Jumper T-Lite", "tlite-", "bw128x64"],
["Jumper T-Pro", "tpro-", "bw128x64"],
["Jumper T-Pro V2", "tprov2-", "bw128x64"],
Expand Down

0 comments on commit cda94ba

Please sign in to comment.