Skip to content

Commit

Permalink
Merge pull request #667 from ExpressLRS/gemini-rx
Browse files Browse the repository at this point in the history
Add support for Gemini RX
  • Loading branch information
jurgelenas authored Sep 12, 2024
2 parents fb7d588 + 55baae3 commit c7d7106
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,12 @@ export default class DeviceDescriptionsLoader {
targetUserDefinesFactory.build(UserDefineKey.REGULATORY_DOMAIN_ISM_2400)
);
}
if (args.target.includes('tx_dual')) {
if (args.target.includes('dual')) {
userDefines.push(
targetUserDefinesFactory.build(UserDefineKey.REGULATORY_DOMAIN_ISM_2400)
);
}
if (args.target.includes('_900.') || args.target.includes('tx_dual')) {
if (args.target.includes('_900.') || args.target.includes('dual')) {
userDefines.push(
targetUserDefinesFactory.build(UserDefineKey.REGULATORY_DOMAIN_AU_915)
);
Expand Down

0 comments on commit c7d7106

Please sign in to comment.