diff --git a/DCC.cpp b/DCC.cpp index 3677e44..c9a1458 100644 --- a/DCC.cpp +++ b/DCC.cpp @@ -398,10 +398,6 @@ const ackOp FLASH READ_CV_PROG[] = { const ackOp FLASH LOCO_ID_PROG[] = { BASELINE, - SETCV, (ackOp)1, - SETBIT, (ackOp)7, - V0,WACK,NAKFAIL, // test CV 1 bit 7 is a zero... NAK means no loco found - SETCV, (ackOp)19, // CV 19 is consist setting SETBYTE, (ackOp)0, VB, WACK, ITSKIP, // ignore consist if cv19 is zero (no consist) diff --git a/version.h b/version.h index 208261b..39eab25 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "3.0.14" +#define VERSION "3.0.15" +// 3.0.15 Ignore CV1 bit 7 read rejected by decoder when identifying loco id. // 3.0.14 gap in ack tolerant fix, prog track power management over join fix. // 3.0.13 Functions>127 fix // 3.0.12 Fix HOSTNAME function for STA mode for WiFi