feat(zigbee): optimize Zigbee example implementation

This commit is contained in:
xieqinan
2023-08-29 15:58:44 +08:00
parent ffc8da6ee1
commit e666df3345
10 changed files with 114 additions and 88 deletions

View File

@@ -35,12 +35,12 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "esp_log.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_log.h"
#include "nvs_flash.h"
#include "zb_scheduler.h"
#include "esp_zigbee_rcp.h"
#include "nvs_flash.h"
#if (defined ZB_MACSPLIT_HOST && !defined ZB_MACSPLIT_DEVICE)
#error Only Zigbee rcp device should be defined