OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server
lly b4554ca2a6 ble_mesh: Move TAG definition to each example
Move the TAG definition of each example to the corresponding
source file (previously it is defined in the common example
intialization header file), which can avoid the redefinition
of TAG in some situations.
2020-06-24 09:08:18 +00:00
..
main ble_mesh: Move TAG definition to each example 2020-06-24 09:08:18 +00:00
CMakeLists.txt ble_mesh: Rename the folders ble_mesh_fast_prov_* to fast_prov_* 2020-05-22 14:28:38 +08:00
Makefile ble_mesh: Move the example init to the common_components 2020-05-22 14:21:43 +08:00
README.md ble_mesh: Add ESP BLE Mesh vendor models example 2020-03-17 16:01:50 +08:00
sdkconfig.ci.bluedroid ble_mesh: Add bluedroid and nimble example configurations 2020-05-20 11:25:07 +00:00
sdkconfig.ci.nimble ble_mesh: Add bluedroid and nimble example configurations 2020-05-20 11:25:07 +00:00
sdkconfig.defaults ble_mesh: Add bluedroid and nimble example configurations 2020-05-20 11:25:07 +00:00

ESP BLE Mesh Vendor Server Example

For description of this example please refer to ESP BLE Mesh Vendor Client Example