From aa692f0dcdeefc846d7fa11222d6b2f6af17f5fa Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 17 Jun 2023 23:04:38 +0200 Subject: Core loop base --- commander.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'commander.cfg') diff --git a/commander.cfg b/commander.cfg index ec9895f..4576bd9 100644 --- a/commander.cfg +++ b/commander.cfg @@ -3,10 +3,12 @@ reader=yhy device=/dev/ttyACM0 mifare.defaultkeys=FFFFFFFFFFFF,000000000000 mifare.prodkey=123456123456 +interval=2000 [control] bind = 0.0.0.0 7812 -[command play] -chdir = commands -exec = ./play +[command] +#commanddir = commands +chdir = commands/ +handler = handle_tag -- cgit v1.2.3