Update DSM_cyrf6936.ino

This commit is contained in:
pascallanger 2024-03-19 14:11:40 +01:00
parent 332e55831c
commit 1b9ce32e89

View File

@ -139,8 +139,8 @@ static void __attribute__((unused)) DSM_update_channels()
if(sub_protocol==DSMR && num_ch>7) if(sub_protocol==DSMR && num_ch>7)
num_ch=7; // Max 7 channels in DSMR num_ch=7; // Max 7 channels in DSMR
if(sub_protocol==DSM2_SFC && num_ch>3) if(sub_protocol==DSM2_SFC && num_ch>5)
num_ch=3; // Max 3 channels in DSM2_SFC num_ch=5; // Max 5 channels in DSM2_SFC
#endif #endif
// Create channel map based on number of channels and refresh rate // Create channel map based on number of channels and refresh rate