第一次提交,修改保存刷写上位机IP

This commit is contained in:
2025-09-07 19:16:08 +08:00
commit 8242f618d1
58 changed files with 10917 additions and 0 deletions

18
app/app_test.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef TEST_H
#define TEST_H
#ifdef __cplusplus
extern "C" {
#endif
extern void testAppInit(void);
#ifdef __cplusplus
}
#endif
#endif // TEST_H