From 5904f3ef392b7a19a24e81ea12f6c8665e776c2f Mon Sep 17 00:00:00 2001 From: Lubos Petrovic Date: Thu, 24 Dec 2020 18:28:28 +0100 Subject: [PATCH] . --- Board320_240.cpp | 3 ++- evDash.ino | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Board320_240.cpp b/Board320_240.cpp index c9a48a8..a99e805 100644 --- a/Board320_240.cpp +++ b/Board320_240.cpp @@ -1,4 +1,4 @@ -#include +//#include #include #include #include @@ -77,6 +77,7 @@ void Board320_240::afterSetup() { Serial.println(liveData->settings.gpsHwSerialPort); if (liveData->settings.gpsHwSerialPort == 0) { Serial.println("hwUart0 collision with serial console! Disabling serial console"); + Serial.flush(); Serial.end(); } gpsHwUart = new HardwareSerial(liveData->settings.gpsHwSerialPort); diff --git a/evDash.ino b/evDash.ino index ec6c300..175d1be 100644 --- a/evDash.ino +++ b/evDash.ino @@ -1,4 +1,4 @@ -/* + /* Project renamed from eNiroDashboard to evDash Serial console commands