mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 16:16:13 +01:00
Clean up exrail warning on nanos
This commit is contained in:
parent
2ddf583fbc
commit
4d809b85b3
|
@ -51,6 +51,9 @@
|
||||||
#ifdef ETHERNET_WARNING
|
#ifdef ETHERNET_WARNING
|
||||||
#warning You have defined that you want Ethernet but your hardware has not enough memory to do that, so Ethernet DISABLED
|
#warning You have defined that you want Ethernet but your hardware has not enough memory to do that, so Ethernet DISABLED
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef EXRAIL_WARNING
|
||||||
|
#warning You have myAutomation.h but your hardware has not enough memory to do that, so EX-RAIL DISABLED
|
||||||
|
#endif
|
||||||
|
|
||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
#if defined(BIG_RAM) || defined(DISABLE_EEPROM)
|
#if defined(BIG_RAM) || defined(DISABLE_EEPROM)
|
||||||
#define RMFT_ACTIVE
|
#define RMFT_ACTIVE
|
||||||
#else
|
#else
|
||||||
#warning You have myAutomation.h but your hardware has not enough memory to do that, so EX-RAIL DISABLED
|
#define EXRAIL_WARNING
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user