add support for mfrc proxyies
This commit is contained in:
10
main.cpp
10
main.cpp
@ -3,6 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <avr/interrupt.h>
|
||||
#include "serial.h"
|
||||
#include "writepin.h"
|
||||
#include "train.h"
|
||||
@ -144,8 +145,13 @@ inline static void printHelp(Serial* serial)
|
||||
turnout [nn] delete : Delete Turnout\n\
|
||||
signal add [address] [subaddress] [type] : Add a signal\n\
|
||||
signal list : List signal\n\
|
||||
signal [nn] set [status] : Set signal direction\n\
|
||||
signal [nn] delete : Delete signal\n\
|
||||
signal [nn] set [status] : Set signal status\n\
|
||||
nfc probe : Detect newly added nfc reader\n\
|
||||
nfc list : List nfc readers\n\
|
||||
nfc debug : Enable nfc debug output\n\
|
||||
nfc quiet : Disable nfc debug output\n\
|
||||
nfc enable : Enable tag detection\n\
|
||||
nfc disable : Disable tag detection\n\
|
||||
stop : stop all trains\n\
|
||||
power off : power off the rail\n\
|
||||
power on : power on the rail\n\
|
||||
|
Reference in New Issue
Block a user