mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-27 04:55:53 +00:00
This commit removes the usage of all legacy FreeRTOS data types that are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
| Supported Targets | ESP32 | ESP32-C3 | ESP32-S3 |
|---|
ble mesh node console demo
Introduction
This demo implements ble mesh node basic features.Based on this demo, node can be scaned and proved by provisioner, reply get/set message to provisioner.
Demo steps:
- Build the ble mesh node console demo with sdkconfig.default
- register node and set oob info, load model to init ble mesh node
- enable bearer, so that it can be scaned and provisioned by provisioner