1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 08:06:13 +01:00

Clean up exrail warning on nanos

This commit is contained in:
Asbelos 2021-12-15 20:08:24 +00:00
parent 2ddf583fbc
commit 4d809b85b3
2 changed files with 4 additions and 1 deletions

View File

@ -51,6 +51,9 @@
#ifdef ETHERNET_WARNING
#warning You have defined that you want Ethernet but your hardware has not enough memory to do that, so Ethernet DISABLED
#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()
{

View File

@ -79,7 +79,7 @@
#if defined(BIG_RAM) || defined(DISABLE_EEPROM)
#define RMFT_ACTIVE
#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