Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit d04ae00

Browse files
brianjjonesgrgustaf
authored andcommitted
[net] Stop initializing ipss twice (#1514)
The default address was actually being set, but there were other methods being called that have been moved to the main file, and needed to be removed otherwise it caused havoc. Fixes #1507 Signed-off-by: Brian J Jones <[email protected]>
1 parent a0b1217 commit d04ae00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/zjs_net_config.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ void zjs_net_config_default(void)
3333
#ifdef CONFIG_NET_L2_BLUETOOTH
3434
if (!net_ble_enabled) {
3535
zjs_init_ble_address();
36-
ipss_init();
37-
ipss_advertise();
38-
net_ble_enabled = 1;
3936
}
4037
#endif
4138
if (!net_enabled) {

0 commit comments

Comments
 (0)