1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Added AFTEROVERLOAD

Added the AFTEROVERLOAD option - as yet untested.
This commit is contained in:
Colin Murdoch
2023-09-05 12:21:09 +01:00
parent 6392c74ead
commit 2f8e915b1e
6 changed files with 28 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
#undef ACTIVATE
#undef ACTIVATEL
#undef AFTER
#undef AFTEROVERLOAD
#undef ALIAS
#undef AMBER
#undef ANOUT
@@ -153,6 +154,7 @@
#define ACTIVATE(addr,subaddr)
#define ACTIVATEL(addr)
#define AFTER(sensor_id)
#define AFTEROVERLOAD(track_id)
#define ALIAS(name,value...)
#define AMBER(signal_id)
#define ANOUT(vpin,value,param1,param2)