mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 15:46:14 +01:00
DISABLE_PROG does count as less RAM as well
This commit is contained in:
parent
e6a40e622c
commit
f19db3aa5c
|
@ -1 +1 @@
|
|||
#define GITHUB_SHA "devel-overcurrent-202307022222Z"
|
||||
#define GITHUB_SHA "devel-overcurrent-202307041424Z"
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
#define WIFI_SERIAL_LINK_SPEED 115200
|
||||
|
||||
#if __has_include ( "myAutomation.h")
|
||||
#if defined(HAS_ENOUGH_MEMORY) || defined(DISABLE_EEPROM)
|
||||
#if defined(HAS_ENOUGH_MEMORY) || defined(DISABLE_EEPROM) || defined(DISABLE_PROG)
|
||||
#define EXRAIL_ACTIVE
|
||||
#else
|
||||
#define EXRAIL_WARNING
|
||||
|
|
Loading…
Reference in New Issue
Block a user