Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project contains OTA update capabilities via BLE implemented using the NimB
# References

The ESP code is based on the official example provided by Espressif:
* https://github.com/espressif/esp-idf/tree/v4.2/examples/bluetooth/nimble/blehr
* https://github.com/espressif/esp-idf/tree/v5.1/examples/bluetooth/nimble/blehr

The Python client code is implemented using Bleak:
* https://github.com/hbldh/bleak
Expand Down
2 changes: 1 addition & 1 deletion esp/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void app_main(void) {
// BLE Setup

// initialize BLE controller and nimble stack
esp_nimble_hci_and_controller_init();
esp_nimble_hci_init();
nimble_port_init();

// register sync and reset callbacks
Expand Down