Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources

This commit is contained in:
2026-07-06 11:30:13 +08:00
commit e76462eeb7
3451 changed files with 1415300 additions and 0 deletions

10
project/app/user_app.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __USER_APP_H
#define __USER_APP_H
int sys_app_bbm_cam_init(void);
int sys_app_bbm_lcd_init(void);
int sys_app_walkie_talkie_init(void);
int sys_app_fpv_init(void);
void sys_wifi_pair_init();
#endif