mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
remove dross
This commit is contained in:
parent
7a9e225602
commit
25cb878060
|
@ -157,11 +157,6 @@ void TrackManager::setDCCSignal( bool on) {
|
||||||
HAVE_PORTF(PORTF=shadowPORTF);
|
HAVE_PORTF(PORTF=shadowPORTF);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Called by interrupt context
|
|
||||||
void TrackManager::setCutout( bool on) {
|
|
||||||
APPLY_BY_MODE(TRACK_MODE_MAIN,setBrake(on,true));
|
|
||||||
}
|
|
||||||
|
|
||||||
// setPROGSignal(), called from interrupt context
|
// setPROGSignal(), called from interrupt context
|
||||||
// does assume ports are shadowed if they can be
|
// does assume ports are shadowed if they can be
|
||||||
void TrackManager::setPROGSignal( bool on) {
|
void TrackManager::setPROGSignal( bool on) {
|
||||||
|
|
|
@ -57,7 +57,6 @@ class TrackManager {
|
||||||
);
|
);
|
||||||
|
|
||||||
static void setDCCSignal( bool on);
|
static void setDCCSignal( bool on);
|
||||||
static void setCutout( bool on);
|
|
||||||
static void setPROGSignal( bool on);
|
static void setPROGSignal( bool on);
|
||||||
static void setDCSignal(int16_t cab, byte speedbyte);
|
static void setDCSignal(int16_t cab, byte speedbyte);
|
||||||
static MotorDriver * getProgDriver();
|
static MotorDriver * getProgDriver();
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
#include "StringFormatter.h"
|
#include "StringFormatter.h"
|
||||||
|
|
||||||
#define VERSION "5.2.28"
|
#define VERSION "5.2.28-Railcom"
|
||||||
// 5.2.28 - ESP32: Can all Wifi channels.
|
// 5.2.28 - ESP32: Can all Wifi channels.
|
||||||
// - ESP32: Only write Wifi password to display if it is a well known one
|
// - ESP32: Only write Wifi password to display if it is a well known one
|
||||||
// 5.2.27 - Bugfix: IOExpander memory allocation
|
// 5.2.27 - Bugfix: IOExpander memory allocation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user