diff --git a/libwinston/WinstonConfig.h b/libwinston/WinstonConfig.h index 67ab325..c67cdf7 100644 --- a/libwinston/WinstonConfig.h +++ b/libwinston/WinstonConfig.h @@ -6,7 +6,7 @@ //#define WINSTON_STATISTICS_DETAILLED //#define WINSTON_STATISTICS_SECONDS_PER_PRINT (5) -//#define WINSTON_REALWORLD +#define WINSTON_REALWORLD #ifndef WINSTON_REALWORLD #define WINSTON_RAILWAY_DEBUG_INJECTOR #endif diff --git a/winston-teensy/__vm/Compile.vmps.xml b/winston-teensy/__vm/Compile.vmps.xml index 8b7aa4b..8be22ae 100644 --- a/winston-teensy/__vm/Compile.vmps.xml +++ b/winston-teensy/__vm/Compile.vmps.xml @@ -2,7 +2,7 @@ - + diff --git a/winston-teensy/__vm/Upload.vmps.xml b/winston-teensy/__vm/Upload.vmps.xml index 8b7aa4b..8be22ae 100644 --- a/winston-teensy/__vm/Upload.vmps.xml +++ b/winston-teensy/__vm/Upload.vmps.xml @@ -2,7 +2,7 @@ - + diff --git a/winston-teensy/winston-hal-teensy.cpp b/winston-teensy/winston-hal-teensy.cpp index 491398d..0d87c51 100644 --- a/winston-teensy/winston-hal-teensy.cpp +++ b/winston-teensy/winston-hal-teensy.cpp @@ -431,10 +431,10 @@ namespace winston namespace hal { void init() { - Serial.begin(115200); + Serial.begin(115200);/* while (!Serial) { //}&& millis() < 2000) { // Wait for Serial to initialize - } + }*/ text("Winston Teensy Init Hello"); #ifdef WINSTON_WITH_TEENSYDEBUG