跳转至

日志

ESP_LOG()

用法:

static const char* TAG = "main"; // 定义一个标签
ESP_LOGI(TAG,"Hello world!"); // 打印信息