mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-04-16 18:30:12 +02:00
Compare commits
3 Commits
5a38fbfc58
...
b8edebeccf
Author | SHA1 | Date | |
---|---|---|---|
|
b8edebeccf | ||
|
4125e73318 | ||
|
62a204b65c |
@ -115,6 +115,9 @@ void setup()
|
|||||||
#endif // ARDUINO_ARCH_ESP32
|
#endif // ARDUINO_ARCH_ESP32
|
||||||
|
|
||||||
#if ETHERNET_ON
|
#if ETHERNET_ON
|
||||||
|
#ifdef ETHERNET_CS
|
||||||
|
Ethernet.init (ETHERNET_CS);
|
||||||
|
#endif // ETHERNET_CS
|
||||||
EthernetInterface::setup();
|
EthernetInterface::setup();
|
||||||
#endif // ETHERNET_ON
|
#endif // ETHERNET_ON
|
||||||
|
|
||||||
|
@ -217,7 +217,7 @@
|
|||||||
#define BROADCAST(msg)
|
#define BROADCAST(msg)
|
||||||
#define CALL(route)
|
#define CALL(route)
|
||||||
#define CLEAR_STASH(id)
|
#define CLEAR_STASH(id)
|
||||||
#define CLEAR_ALL_STASH(id)
|
#define CLEAR_ALL_STASH
|
||||||
#define CLOSE(id)
|
#define CLOSE(id)
|
||||||
#define CONFIGURE_SERVO(vpin,pos1,pos2,profile)
|
#define CONFIGURE_SERVO(vpin,pos1,pos2,profile)
|
||||||
#define DCC_SIGNAL(id,add,subaddr)
|
#define DCC_SIGNAL(id,add,subaddr)
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
#include "StringFormatter.h"
|
#include "StringFormatter.h"
|
||||||
|
|
||||||
#define VERSION "5.4.6"
|
#define VERSION "5.4.7"
|
||||||
|
// 5.4.7 - Bugfix: EXRAIL fix CLEAR_ALL_STASH
|
||||||
// 5.4.6 - Bugfix: Do not drop further commands in same packet
|
// 5.4.6 - Bugfix: Do not drop further commands in same packet
|
||||||
// 5.4.5 - ESP32: Better detection of correct IDF version
|
// 5.4.5 - ESP32: Better detection of correct IDF version
|
||||||
// - track power is always turned on after setJoin() not by setJoin()
|
// - track power is always turned on after setJoin() not by setJoin()
|
||||||
|
Loading…
Reference in New Issue
Block a user