added function 4x50_watch

This commit is contained in:
tharexde
2020-10-05 22:59:08 +02:00
parent b0cfb28d40
commit 68db54028c
7 changed files with 100 additions and 0 deletions

View File

@@ -27,5 +27,6 @@ int CmdEM4x50Wipe(const char *Cmd);
int CmdEM4x50Brute(const char *Cmd);
int CmdEM4x50Login(const char *Cmd);
int CmdEM4x50Reset(const char *Cmd);
int CmdEM4x50Watch(const char *Cmd);
#endif