瀏覽代碼

log update

philippe44 5 年之前
父節點
當前提交
20007615a0
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      .gitignore
  2. 1 1
      main/output_bt.c

+ 2 - 0
.gitignore

@@ -58,3 +58,5 @@ $RECYCLE.BIN/
 *.lnk
 sdkconfig
 *.save
+libs/
+

+ 1 - 1
main/output_bt.c

@@ -603,7 +603,7 @@ static int32_t bt_app_a2d_data_cb(uint8_t *data, int32_t len)
 	if (s > max_s) max_s = s;
 	
 	if (!(count++ & 0x7ff)) {
-		LOG_INFO("frames %d (count:%d) (out:%d/%d/%d, stream:%d/%d/%d)", frames, count, max_o, min_o, o, max_s, min_s, s);
+		LOG_INFO("output:%d/%d/%d stream:%d/%d/%d (max/min/current)", max_o, min_o, o, max_s, min_s, s);
 		min_o = min_s = -1;
 		max_o = max_s = -0;
 	}