chg: refactor standalone mode info string

add: icerun - skeleton standalone mode for ppl to use as base for their new modes.
This commit is contained in:
iceman1001 2019-04-25 21:44:34 +02:00
commit 7220653ccd
12 changed files with 97 additions and 44 deletions

View file

@ -10,6 +10,10 @@
//-----------------------------------------------------------------------------
#include "lf_samyrun.h"
void ModInfo(void) {
DbpString(" LF HID26 standalone - aka SamyRun (Samy Kamkar)");
}
// samy's sniff and repeat routine for LF
void RunMod() {
StandAloneMode();