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

[net] Fix for #1507 - Default ble address #1514

Merged
merged 1 commit into from
Sep 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/zjs_net_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ void zjs_net_config_default(void)
#ifdef CONFIG_NET_L2_BLUETOOTH
if (!net_ble_enabled) {
zjs_init_ble_address();
ipss_init();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are now called in main.c:212. Calling them here causes net to hang.

ipss_advertise();
net_ble_enabled = 1;
}
#endif
if (!net_enabled) {
Expand Down