1. 完成了ota功能的基本测试,测试通过
2. 封装了一个模板线程类,支持创建来自单例类的成员函数线程,普通类的线程,普通函数线程 3. 封装了一个Wifi模块类,支持Wifi的各种基本配置
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
#include "OTAClass.h"
|
||||
|
||||
void Cpp_Hand() {
|
||||
OTAClass::Init();
|
||||
}
|
||||
OTAClass oc;
|
||||
oc.Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user