Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
9faa63f1
Commit
9faa63f1
authored
Apr 24, 2017
by
Johny Mattsson
Browse files
bthci: fixed initialisation (#1928)
parent
c69b3b31
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/bthci.c
View file @
9faa63f1
...
...
@@ -332,6 +332,7 @@ static int lbthci_init (lua_State *L)
esp_bt_controller_config_t
bt_cfg
=
BT_CONTROLLER_INIT_CONFIG_DEFAULT
();
esp_bt_controller_init
(
&
bt_cfg
);
esp_bt_controller_enable
(
ESP_BT_MODE_BTDM
);
esp_vhci_host_register_callback
(
&
bthci_callbacks
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment