Skip to content

Commit

Permalink
feat(pxx2): add missing receiver IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Feb 23, 2023
1 parent 57f6521 commit 07dd9ac
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions radio/src/telemetry/frsky_pxx2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,41 @@ static const char * const PXX2ReceiversNames[] = {
"Archer-X", // this one has OTA (internal module)
"R9MX", // this one has OTA
"R9SX", // this one has OTA
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"---",
"SR10 Plus",
"R10 Plus",
};

const char * getPXX2ReceiverName(uint8_t modelId)
Expand Down

0 comments on commit 07dd9ac

Please sign in to comment.