1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00
This commit is contained in:
Asbelos 2021-05-11 13:33:57 +01:00
commit bb63a559ad
3 changed files with 5 additions and 4 deletions

View File

@ -126,7 +126,7 @@ void DCC::setFunctionInternal(int cab, byte byte1, byte byte2) {
if (byte1!=0) b[nB++] = byte1;
b[nB++] = byte2;
DCCWaveform::mainTrack.schedulePacket(b, nB, 3); // send packet 3 times
DCCWaveform::mainTrack.schedulePacket(b, nB, 0);
}
uint8_t DCC::getThrottleSpeed(int cab) {

View File

@ -1 +1 @@
#define GITHUB_SHA "67c8366"
#define GITHUB_SHA "b3d0235"

View File

@ -3,8 +3,9 @@
#include "StringFormatter.h"
#define VERSION "3.0.15"
// 3.0.15 Ignore CV1 bit 7 read rejected by decoder when identifying loco id.
#define VERSION "3.0.16"
// 3.0.16 Ignore CV1 bit 7 read rejected by decoder when identifying loco id.
// 3.0.15 only send function commands once, not 4 times
// 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