Skip to content

Commit 4554c4e

Browse files
committed
always use max output power for acknowledgement
for fem
1 parent 3b563f5 commit 4554c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connection/esb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)