Skip to content

Commit

Permalink
Update DSM_cyrf6936.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Mar 19, 2024
1 parent 332e558 commit 1b9ce32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Multiprotocol/DSM_cyrf6936.ino
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ static void __attribute__((unused)) DSM_update_channels()
if(sub_protocol==DSMR && num_ch>7)
num_ch=7; // Max 7 channels in DSMR

if(sub_protocol==DSM2_SFC && num_ch>3)
num_ch=3; // Max 3 channels in DSM2_SFC
if(sub_protocol==DSM2_SFC && num_ch>5)
num_ch=5; // Max 5 channels in DSM2_SFC
#endif

// Create channel map based on number of channels and refresh rate
Expand Down

0 comments on commit 1b9ce32

Please sign in to comment.