fec1a52093
2.增加了项目部署说明 3.修改了一件编译,烧录,监视脚本的内容以增加对监视输出日志的本地持久化,便于查找开发过程中的各种bug
14 lines
151 B
C
14 lines
151 B
C
#include <stdio.h>
|
|
|
|
|
|
#include <esp_log.h>
|
|
|
|
#include <drivers_test.h>
|
|
|
|
|
|
void app_main(void)
|
|
{
|
|
// imu_test(); // imu测试
|
|
battery_test();
|
|
}
|