1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-24 13:21:23 +01:00

Remove cv1 bit 7 test in <R> cmd

This commit is contained in:
Asbelos 2021-05-11 13:32:13 +01:00
parent 7b2647ad81
commit fafaa7a1e1
2 changed files with 2 additions and 5 deletions

View File

@ -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)

View File

@ -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