mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-10-13 10:58:03 +00:00
add tuning support for imp
This commit is contained in:
@@ -22,6 +22,7 @@ extern char *WaitMotion(int fd, char *tokenPtr);
|
||||
extern char *IrLed(int fd, char *tokenPtr);
|
||||
extern char *AudioPlay(int fd, char *tokenPtr);
|
||||
extern char *mp4Write(int fd, char *tokenPtr);
|
||||
extern char *imp_Control(int fd, char *tokenPtr);
|
||||
|
||||
struct CommandTableSt {
|
||||
const char *cmd;
|
||||
@@ -37,6 +38,7 @@ struct CommandTableSt CommandTable[] = {
|
||||
{ "irled", &IrLed },
|
||||
{ "aplay", &AudioPlay },
|
||||
{ "mp4write", &mp4Write },
|
||||
{ "imp_control", &imp_Control },
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user