mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-27 01:56:14 +01:00
EXRAIL VIRTUAL_TURNOUT
This commit is contained in:
parent
cb365579d8
commit
d2fa44eec7
|
@ -77,15 +77,8 @@
|
||||||
// This defines the speed at which the Arduino will communicate with the ESP8266 module.
|
// This defines the speed at which the Arduino will communicate with the ESP8266 module.
|
||||||
// Currently only devices which can communicate at 115200 are supported.
|
// Currently only devices which can communicate at 115200 are supported.
|
||||||
//
|
//
|
||||||
// TODO: PMA remove! Need 9600bps for Sparkfun shield with old firmware!
|
|
||||||
#if defined(ARDUINO_ARCH_SAMD)
|
|
||||||
#define WIFI_SERIAL_LINK_SPEED 9600
|
|
||||||
#else
|
|
||||||
#define WIFI_SERIAL_LINK_SPEED 115200
|
#define WIFI_SERIAL_LINK_SPEED 115200
|
||||||
#endif
|
|
||||||
|
|
||||||
// TODO: PMA - figure out why enabling this causes the CS to crashe immediately after starting the motor driver
|
|
||||||
// on the SAMD platform - going to try to rebase to current TrackManager in case it's not my bug :-)
|
|
||||||
#if __has_include ( "myAutomation.h")
|
#if __has_include ( "myAutomation.h")
|
||||||
#if defined(BIG_RAM) || defined(DISABLE_EEPROM)
|
#if defined(BIG_RAM) || defined(DISABLE_EEPROM)
|
||||||
#define EXRAIL_ACTIVE
|
#define EXRAIL_ACTIVE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user