Skip to content

Commit 640be71

Browse files
author
Jarkko Paso
authored
WS: temporarily set default CCA threshold to -80 (ARMmbed#2431)
1 parent 0a472ae commit 640be71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_common_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ typedef struct ws_bs_ie {
332332
/*
333333
* Automatic CCA threshold: default threshold and range in dBm.
334334
*/
335-
#define CCA_DEFAULT_DBM -60
335+
#define CCA_DEFAULT_DBM -80
336336
#define CCA_HIGH_LIMIT -60
337337
#define CCA_LOW_LIMIT -100
338338

0 commit comments

Comments
 (0)