1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-04-15 09:50:11 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
George
af2405c067
Merge d1775c69e6 into 4125e73318 2025-03-31 05:59:58 +02:00
Asbelos
4125e73318 Fix CLEAR_ALL_STASH 2025-03-29 10:33:36 +00:00
George
d1775c69e6
add config example of setting eth CS
For PR #316.
2023-03-10 12:03:37 +01:00
3 changed files with 5 additions and 2 deletions

View File

@ -217,7 +217,7 @@
#define BROADCAST(msg)
#define CALL(route)
#define CLEAR_STASH(id)
#define CLEAR_ALL_STASH(id)
#define CLEAR_ALL_STASH
#define CLOSE(id)
#define CONFIGURE_SERVO(vpin,pos1,pos2,profile)
#define DCC_SIGNAL(id,add,subaddr)

View File

@ -136,6 +136,8 @@ The configuration file for DCC-EX Command Station
// This is not for Wifi. You will then need the Arduino Ethernet library as well.
//
//#define ENABLE_ETHERNET true
// define an alternate CS pin
//#define ETHERNET_CS 53
/////////////////////////////////////////////////////////////////////////////////////

View File

@ -3,7 +3,8 @@
#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.5 - ESP32: Better detection of correct IDF version
// - track power is always turned on after setJoin() not by setJoin()