参考代码

This commit is contained in:
LokLiang
2024-03-28 12:19:52 +08:00
commit 7b86aa3362
96 changed files with 19986 additions and 0 deletions

7
app/app_main.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include "nvs.h"
#include "os/os.h"
extern nvs_handle g_nvs_hdl; // nvs 句柄
extern os_work_q_t g_work_q_hdl_low; // 低于 default_os_work_q_hdl 优先级的工作队列