Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Asbelos committed May 11, 2021
2 parents fafaa7a + bce5acc commit bb63a55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DCC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion GITHUB_SHA.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define GITHUB_SHA "67c8366"
#define GITHUB_SHA "b3d0235"
5 changes: 3 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb63a55

Please sign in to comment.