Skip to content

Commit a3d80a3

Browse files
author
Jarkko Paso
authored
WS bootstrap: Default CCA threshold to -60dBm (#2377)
1 parent 72b26a7 commit a3d80a3

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
@@ -322,7 +322,7 @@ typedef struct ws_bs_ie {
322322
/*
323323
* Automatic CCA threshold: default threshold and range in dBm.
324324
*/
325-
#define CCA_DEFAULT_DBM -85
325+
#define CCA_DEFAULT_DBM -60
326326
#define CCA_HIGH_LIMIT -60
327327
#define CCA_LOW_LIMIT -100
328328

0 commit comments

Comments
 (0)