mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-24 21:21:24 +01:00
Remove cv1 bit 7 test in <R> cmd
This commit is contained in:
parent
7b2647ad81
commit
fafaa7a1e1
4
DCC.cpp
4
DCC.cpp
@ -398,10 +398,6 @@ const ackOp FLASH READ_CV_PROG[] = {
|
|||||||
|
|
||||||
const ackOp FLASH LOCO_ID_PROG[] = {
|
const ackOp FLASH LOCO_ID_PROG[] = {
|
||||||
BASELINE,
|
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
|
SETCV, (ackOp)19, // CV 19 is consist setting
|
||||||
SETBYTE, (ackOp)0,
|
SETBYTE, (ackOp)0,
|
||||||
VB, WACK, ITSKIP, // ignore consist if cv19 is zero (no consist)
|
VB, WACK, ITSKIP, // ignore consist if cv19 is zero (no consist)
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
#include "StringFormatter.h"
|
#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.14 gap in ack tolerant fix, prog track power management over join fix.
|
||||||
// 3.0.13 Functions>127 fix
|
// 3.0.13 Functions>127 fix
|
||||||
// 3.0.12 Fix HOSTNAME function for STA mode for WiFi
|
// 3.0.12 Fix HOSTNAME function for STA mode for WiFi
|
||||||
|
Loading…
Reference in New Issue
Block a user