File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ int esb_initialize(bool tx)
164164 config .event_handler = event_handler ;
165165 // config.bitrate = ESB_BITRATE_2MBPS;
166166 // config.crc = ESB_CRC_16BIT;
167- config .tx_output_power = 8 ;
167+ config .tx_output_power = 30 ;
168168 // config.retransmit_delay = 600;
169169 config .retransmit_count = 0 ;
170170 config .tx_mode = ESB_TXMODE_MANUAL ;
@@ -179,7 +179,7 @@ int esb_initialize(bool tx)
179179 config .event_handler = event_handler ;
180180 // config.bitrate = ESB_BITRATE_2MBPS;
181181 // config.crc = ESB_CRC_16BIT;
182- config .tx_output_power = 8 ;
182+ config .tx_output_power = 30 ;
183183 // config.retransmit_delay = 600;
184184 // config.retransmit_count = 3;
185185 // config.tx_mode = ESB_TXMODE_AUTO;
You can’t perform that action at this time.
0 commit comments