Skip to content

Commit 79c7157

Browse files
author
Jarkko Paso
committed
WS: Default domain config update
1 parent 0724863 commit 79c7157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/6LoWPAN/ws/ws_common.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ int8_t ws_common_allocate_and_init(protocol_interface_info_entry_t *cur)
236236
cur->ws_info->pan_information.rpl_routing_method = true;
237237
cur->ws_info->pan_information.version = WS_FAN_VERSION_1_0;
238238

239-
cur->ws_info->hopping_schdule.regulatory_domain = REG_DOMAIN_KR;
240-
cur->ws_info->hopping_schdule.operating_mode = OPERATING_MODE_1a;
241-
cur->ws_info->hopping_schdule.operating_class = 1;
239+
cur->ws_info->hopping_schdule.regulatory_domain = REG_DOMAIN_EU;
240+
cur->ws_info->hopping_schdule.operating_mode = OPERATING_MODE_3;
241+
cur->ws_info->hopping_schdule.operating_class = 2;
242242
ws_common_regulatory_domain_config(cur);
243243
ws_common_network_size_configure(cur, 10); // defaults to small network size
244244

0 commit comments

Comments
 (0)