wanghechen 10243010e6 整理格式 8 tháng trước cách đây
..
examples 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
include 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
proto 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
proto-c 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
python 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
src 10243010e6 整理格式 8 tháng trước cách đây
.component_hash 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
CHANGELOG.md 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
CMakeLists.txt 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
Kconfig 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
README.md 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
README_CN.md 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây
license.txt 281cc91e4d 2023.12.25出货版本 9 tháng trước cách đây

README.md

ESP BLE OTA Component description

esp ble ota is a firmware upgrade component for data sending and receiving based on customized BLE Services. The firmware to be upgraded will be subcontracted by the client and transmitted sequentially. After receiving data from the client, packet sequence and CRC check will be checked and ACK will be returned.

Example

You can create a project from this example by the following command:

idf.py create-project-from-example "espressif/ble_ota^0.1.8:ble_ota"

Note: For the examples downloaded by using this command, you need to comment out the override_path line in the main/idf_component.yml.