Skip to content

Commit

Permalink
fix(cpn): allow PPM and SBUS on external rf standard size module (Edg…
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Horne authored and felipemanga committed Mar 29, 2024
1 parent 5d4fd86 commit 692ecd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions companion/src/firmwares/moduledata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ bool ModuleData::isProtocolAvailable(int moduleidx, unsigned int protocol, Gener
case MODULE_TYPE_FLYSKY_AFHDS2A:
case MODULE_TYPE_FLYSKY_AFHDS3:
case MODULE_TYPE_LEMON_DSMP:
case MODULE_TYPE_PPM:
case MODULE_TYPE_SBUS:
return true;
default:
return false;
Expand Down

0 comments on commit 692ecd4

Please sign in to comment.