Skip to content

Commit 59a65ea

Browse files
author
Mika Tervonen
committed
Change FHSS timing defaults
1 parent a3aa38b commit 59a65ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/6LoWPAN/ws/ws_common_defines.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ typedef struct ws_bs_ie {
223223
/* Default FHSS timing information
224224
*
225225
*/
226-
#define WS_FHSS_UC_DWELL_INTERVAL 250;
227-
#define WS_FHSS_BC_INTERVAL 800;
228-
#define WS_FHSS_BC_DWELL_INTERVAL 200;
226+
#define WS_FHSS_UC_DWELL_INTERVAL 255;
227+
#define WS_FHSS_BC_INTERVAL 1020;
228+
#define WS_FHSS_BC_DWELL_INTERVAL 255;
229229

230230

231231
#endif /* WS_COMMON_DEFINES_H_ */

0 commit comments

Comments
 (0)