mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 18:38:13 +00:00
Update DSM_cyrf6936.ino
This commit is contained in:
parent
332e55831c
commit
1b9ce32e89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user