esp_log输出

idf.py -p /dev/ttyUSB0 flash

 

#include "esp_log.h"
static const char *TAG = "helloworld";

 

 ESP_LOGI(TAG, "lyd lyd Checking flash encryption...");

 

posted on 2022-08-25 18:34  lydstory  阅读(50)  评论(0)    收藏  举报

导航