GeekTrack/2.Firmware/README.md

15 lines
895 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# GEEKIMU
**功能描述类似稚晖君Peak的小组件带有WIFI、IMU、MAG传感器。采用原生ESP-IDF开发移植X-Track交互框架 + LVGL。移植LettleShell命令行模块可以采用命令行和ESP32交互。**
**更新日志:**
**2022-08-23 **1) 修改lettleSell部分函数修改void为返回值为int, 减少由于函数指针转换造成的GCC Warning。2) 优化Page/SystemInfosModel.cpp定义部分结构体后采用memset函数初始化减少GCC Warning。3优化Page\StartUp部分宏定义、减少GCC Warning。 4注释部分不使用函数减少GCC Warning。
**lettleShell移植支持说明**需要适配esp32的ld文件。
样例:
C:\Users\Administrator\esp\esp-idf\components\esp32\ld\
在这个文件夹里面把原来的esp32.project.ld.in替换当前目前的id文件用于支持命令行替换前记得备份