|
MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
Structure to hold the MeshX NVS data. More...
#include <meshx_nvs.h>
Data Fields | |
| uint16_t | init |
| uint16_t | cid |
| uint16_t | pid |
| uintptr_t | meshx_nvs_handle |
| meshx_os_timer_t * | meshx_nvs_commit_tmr |
Structure to hold the MeshX NVS data.
| uint16_t meshx_nvs::cid |
Company ID
| uint16_t meshx_nvs::init |
NVS initialization flag
| meshx_os_timer_t* meshx_nvs::meshx_nvs_commit_tmr |
NVS stability timer
| uintptr_t meshx_nvs::meshx_nvs_handle |
NVS handle
| uint16_t meshx_nvs::pid |
Product ID