mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
Set preamblebits main to 16 and remove all preamble config from config.h
This commit is contained in:
parent
32f1d7d890
commit
6035e4d9ad
|
@ -30,7 +30,7 @@ const int MIN_ACK_PULSE_DURATION = 2000;
|
|||
const int MAX_ACK_PULSE_DURATION = 8500;
|
||||
|
||||
|
||||
const int PREAMBLE_BITS_MAIN = 20;
|
||||
const int PREAMBLE_BITS_MAIN = 16;
|
||||
const int PREAMBLE_BITS_PROG = 22;
|
||||
|
||||
|
||||
|
|
|
@ -110,17 +110,6 @@ The configuration file for DCC++ EX Command Station
|
|||
|
||||
#define SHOW_CONFIG_DETAIL_PIN A2
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// PREAMBLE_MAIN: Length of the preamble on the main track. Per standard this should
|
||||
// be at least 14 bits but if some equipment wants to insert a RailCom
|
||||
// cutout this should be at least 16 bits.
|
||||
// PERAMBLE_PROG: Length of the preamble on the programming track. Per standard this
|
||||
// should be at least 22 bits
|
||||
|
||||
#define PREAMBLE_MAIN 16 // TODO: Finish configurable preamble code
|
||||
#define PREAMBLE_PROG 22
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// DEFINE LCD SCREEN USAGE BY THE BASE STATION
|
||||
|
|
Loading…
Reference in New Issue
Block a user