kopia lustrzana https://github.com/espressif/esp-idf
examples: esp_ble_mesh: move ble_mesh_node_prestore_params symbol to source file
rodzic
85462d17a5
commit
4085443a17
|
@ -8,6 +8,7 @@
|
|||
#include "esp_ble_mesh_generic_model_api.h"
|
||||
uint8_t dev_uuid[16] = {0xdd, 0xdd};
|
||||
|
||||
ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
|
||||
|
||||
esp_ble_mesh_prov_t prov = {
|
||||
#if CONFIG_BLE_MESH_NODE
|
||||
|
|
|
@ -23,7 +23,7 @@ typedef struct {
|
|||
uint16_t net_idx;
|
||||
uint16_t unicast_addr;
|
||||
} ble_mesh_node_config_params;
|
||||
ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
|
||||
extern ble_mesh_node_config_params ble_mesh_node_prestore_params[NODE_MAX_GROUP_CONFIG];
|
||||
|
||||
extern esp_ble_mesh_prov_t prov;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue