mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
not worth the hassle
This commit is contained in:
parent
812cee364f
commit
9c5396bbc2
2
DCC.h
2
DCC.h
|
@ -50,7 +50,7 @@ SKIPTARGET=0xFF // jump to target
|
||||||
// Allocations with memory implications..!
|
// Allocations with memory implications..!
|
||||||
// Base system takes approx 900 bytes + 8 per loco. Turnouts, Sensors etc are dynamically created
|
// Base system takes approx 900 bytes + 8 per loco. Turnouts, Sensors etc are dynamically created
|
||||||
#ifdef ARDUINO_AVR_UNO
|
#ifdef ARDUINO_AVR_UNO
|
||||||
const byte MAX_LOCOS=MAX_MAIN_REGISTERS;
|
const byte MAX_LOCOS=20;
|
||||||
#else
|
#else
|
||||||
const byte MAX_LOCOS=50;
|
const byte MAX_LOCOS=50;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -32,15 +32,6 @@ The configuration file for DCC++ EX Command Station
|
||||||
|
|
||||||
#define TRIP_CURRENT_PROG 250
|
#define TRIP_CURRENT_PROG 250
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// DEFINE NUMBER OF MAIN TRACK REGISTER
|
|
||||||
// THIS ONLY MATTERS ON THE UNO (and compatible) WHERE SPACE IS TIGHT
|
|
||||||
// THIS IS IGNORED ON OTHER ARDUINOS WHERE THAT IS 50
|
|
||||||
|
|
||||||
#define MAX_MAIN_REGISTERS 22
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// NOTE: Only the Mega currently supports WiFi since space is a constraint on the Uno
|
// NOTE: Only the Mega currently supports WiFi since space is a constraint on the Uno
|
||||||
|
|
Loading…
Reference in New Issue
Block a user