1.实现了在Linux下的esp idf的一键编译,烧录,与监视的脚本,并且监视具有交互能力(依赖于ide的cmake应用调用,需要配合ide使用)

This commit is contained in:
Misaki
2025-08-22 23:25:43 +08:00
parent 49f03c6804
commit 48c2757af6
4 changed files with 36 additions and 2 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
#include <stdio.h>
#include <esp_log.h>
void app_main(void)
{
ESP_LOGI("main", "Now is Misaki");
}