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
sdk/app/spook/spook.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __SPOOK_H__
#define __SPOOK_H__
#include "spook_config.h"
int config_port( int port );
int live_init(const rtp_name *jpg_name);
void spook_init(void);
void * jpeg_init(const rtp_name *jpg_name);
#endif