Skip to content

Commit

Permalink
Teensy working stand alone on real model railway
Browse files Browse the repository at this point in the history
  • Loading branch information
danie1kr committed Feb 6, 2022
1 parent 3295eb1 commit c464762
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libwinston/WinstonConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion winston-teensy/__vm/Compile.vmps.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion winston-teensy/__vm/Upload.vmps.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions winston-teensy/winston-hal-teensy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c464762

Please sign in to comment.