mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 08:36:14 +01:00
Compare commits
1 Commits
67fed4adfc
...
841abe6832
Author | SHA1 | Date | |
---|---|---|---|
|
841abe6832 |
|
@ -1 +1 @@
|
||||||
#define GITHUB_SHA "devel-202311270714Z"
|
#define GITHUB_SHA "devel-202311232114Z"
|
||||||
|
|
|
@ -641,7 +641,7 @@ bool TrackManager::isProg(byte t) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACK_MODE TrackManager::getMode(byte t) {
|
byte TrackManager::returnMode(byte t) {
|
||||||
return (track[t]->getMode());
|
return (track[t]->getMode());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@ class TrackManager {
|
||||||
static void streamTrackState(Print* stream, byte t);
|
static void streamTrackState(Print* stream, byte t);
|
||||||
static bool isPowerOn(byte t);
|
static bool isPowerOn(byte t);
|
||||||
static bool isProg(byte t);
|
static bool isProg(byte t);
|
||||||
static TRACK_MODE getMode(byte t);
|
static byte returnMode(byte t);
|
||||||
static int16_t returnDCAddr(byte t);
|
static int16_t returnDCAddr(byte t);
|
||||||
static const FSH* getModeName(TRACK_MODE Mode);
|
static const FSH* getModeName(TRACK_MODE Mode);
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
|
|
||||||
#include "StringFormatter.h"
|
#include "StringFormatter.h"
|
||||||
|
|
||||||
#define VERSION "5.2.11"
|
#define VERSION "5.2.10"
|
||||||
// 5.2.11 - Change from TrackManager::returnMode to TrackManager::getMode
|
|
||||||
// 5.2.10 - Include trainbrains.eu block unoccupancy driver
|
// 5.2.10 - Include trainbrains.eu block unoccupancy driver
|
||||||
// - include IO_PCA9555
|
// - include IO_PCA9555
|
||||||
// 5.2.9 - Bugfix LCD startup with no LCD, uses <@
|
// 5.2.9 - Bugfix LCD startup with no LCD, uses <@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user