Commit f1555e0a authored by 薛小虎's avatar 薛小虎

feat: 添加内部软件版本号

parent cf6c9057
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#include "bt_app_hf.h" #include "bt_app_hf.h"
static const float Inter_SW = 1.0;
#define TAG "MAIN_USER" #define TAG "MAIN_USER"
extern esp_bd_addr_t peer_addr; extern esp_bd_addr_t peer_addr;
...@@ -134,6 +136,7 @@ void app_main(void) ...@@ -134,6 +136,7 @@ void app_main(void)
bsp_Uart_Init(); bsp_Uart_Init();
// printf("KL30 INIT OVER~~~~~~\r\n"); // printf("KL30 INIT OVER~~~~~~\r\n");
printf("internal sw = %f\n", Inter_SW);
xTaskCreatePinnedToCore(Sys_Run_Tasks, "Sys_Run_Tasks", 4096, NULL, 3, NULL, 1); xTaskCreatePinnedToCore(Sys_Run_Tasks, "Sys_Run_Tasks", 4096, NULL, 3, NULL, 1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment