File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ int8_t ws_common_allocate_and_init(protocol_interface_info_entry_t *cur)
236
236
cur -> ws_info -> pan_information .rpl_routing_method = true;
237
237
cur -> ws_info -> pan_information .version = WS_FAN_VERSION_1_0 ;
238
238
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 ;
242
242
ws_common_regulatory_domain_config (cur );
243
243
ws_common_network_size_configure (cur , 10 ); // defaults to small network size
244
244
You can’t perform that action at this time.
0 commit comments