Skip to content

Commit

Permalink
fix(mpm): some protocols excluded (#5346)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored and pfeerick committed Jul 31, 2024
1 parent 50416b9 commit b6ff1a3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions radio/src/MultiProtoDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,7 @@ enum ModuleSubtypeMulti {
inline bool isMultiProtocolSelectable(int protocol)
{
return (protocol != MODULE_SUBTYPE_MULTI_CONFIG &&
protocol != MODULE_SUBTYPE_MULTI_SCANNER &&
protocol != MODULE_SUBTYPE_MULTI_OLRS &&
protocol != MODULE_SUBTYPE_MULTI_WILLIFM &&
protocol != MODULE_SUBTYPE_MULTI_ELRS &&
protocol != MODULE_SUBTYPE_MULTI_IKEAANSLUTA &&
protocol != MODULE_SUBTYPE_MULTI_CFLIE &&
// protocol != MODULE_SUBTYPE_MULTI_XN297DUMP && // XN297_DUMP is available with MPM debug fw only
protocol != MODULE_SUBTYPE_MULTI_MOULDKG
protocol != MODULE_SUBTYPE_MULTI_SCANNER
);
}

Expand Down

0 comments on commit b6ff1a3

Please sign in to comment.