mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 16:46:13 +01:00
Compare commits
2 Commits
9dc6509c82
...
892a97b151
Author | SHA1 | Date | |
---|---|---|---|
|
892a97b151 | ||
|
24e0f189e1 |
|
@ -204,6 +204,8 @@ void RMFT2::printMessage(uint16_t id) {
|
||||||
#include "EXRAIL2MacroReset.h"
|
#include "EXRAIL2MacroReset.h"
|
||||||
#undef TURNOUT
|
#undef TURNOUT
|
||||||
#define TURNOUT(id,addr,subaddr,description...) O_DESC(id,description)
|
#define TURNOUT(id,addr,subaddr,description...) O_DESC(id,description)
|
||||||
|
#undef TURNOUTL
|
||||||
|
#define TURNOUTL(id,addr,description...) O_DESC(id,description)
|
||||||
#undef PIN_TURNOUT
|
#undef PIN_TURNOUT
|
||||||
#define PIN_TURNOUT(id,pin,description...) O_DESC(id,description)
|
#define PIN_TURNOUT(id,pin,description...) O_DESC(id,description)
|
||||||
#undef SERVO_TURNOUT
|
#undef SERVO_TURNOUT
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
#include "StringFormatter.h"
|
#include "StringFormatter.h"
|
||||||
|
|
||||||
#define VERSION "5.1.17"
|
#define VERSION "5.1.18"
|
||||||
|
// 5.1.8 TURNOUTL bugfix
|
||||||
// 5.1.17 - Divide out C for config and D for diag commands
|
// 5.1.17 - Divide out C for config and D for diag commands
|
||||||
// 5.1.16 - Remove I2C address from EXTT_TURNTABLE macro to work with MUX, requires separate HAL macro to create
|
// 5.1.16 - Remove I2C address from EXTT_TURNTABLE macro to work with MUX, requires separate HAL macro to create
|
||||||
// 5.1.15 - LCC/Adapter support and Exrail feature-compile-out.
|
// 5.1.15 - LCC/Adapter support and Exrail feature-compile-out.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user