1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-23 05:21:20 +02:00

Compare commits

..

No commits in common. "02bf50b909c03acf22a3396ca72ee14c98ee134d" and "87073b0d36ad6c2b39d3c9cc45b7692f5d45fbe1" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -294,7 +294,7 @@ void DCCWaveform::schedulePacket(const byte buffer[], byte byteCount, byte repea
// The resets will be zero not only now but as well repeats packets into the future // The resets will be zero not only now but as well repeats packets into the future
clearResets(repeats+1); clearResets(repeats+1);
{ {
int ret = 0; int ret;
do { do {
if(isMainTrack) { if(isMainTrack) {
if (rmtMainChannel != NULL) if (rmtMainChannel != NULL)

View File

@ -1 +1 @@
#define GITHUB_SHA "devel-202404012205Z" #define GITHUB_SHA "devel-202403182018Z"

View File

@ -3,8 +3,7 @@
#include "StringFormatter.h" #include "StringFormatter.h"
#define VERSION "5.2.42" #define VERSION "5.2.41"
// 5.2.42 - ESP32 Bugfix: Uninitialized stack variable
// 5.2.41 - Update rotary encoder default address to 0x67 // 5.2.41 - Update rotary encoder default address to 0x67
// 5.2.40 - Allow no shield // 5.2.40 - Allow no shield
// 5.2.39 - Functions for DC frequency: Use func up to F31 // 5.2.39 - Functions for DC frequency: Use func up to F31