ble_mesh: Rename ble mesh example main & init files

- Rename ble_mesh_demo_main.c to main.c
- Rename ble_mesh_demo_init.* to ble_mesh_example_init.*
This commit is contained in:
lly
2020-05-13 16:16:07 +08:00
parent 6149b640c9
commit 0e4faac0ee
23 changed files with 25 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
set(COMPONENT_SRCS "ble_mesh_demo_main.c"
set(COMPONENT_SRCS "main.c"
"board.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")

View File

@@ -20,7 +20,7 @@
#include "esp_ble_mesh_generic_model_api.h"
#include "board.h"
#include "ble_mesh_demo_init.h"
#include "ble_mesh_example_init.h"
#define CID_ESP 0x02E5

View File

@@ -1,4 +1,4 @@
set(COMPONENT_SRCS "ble_mesh_demo_main.c"
set(COMPONENT_SRCS "main.c"
"board.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")

View File

@@ -22,7 +22,7 @@
#include "esp_ble_mesh_local_data_operation_api.h"
#include "board.h"
#include "ble_mesh_demo_init.h"
#include "ble_mesh_example_init.h"
#define CID_ESP 0x02E5