This commit is contained in:
Lubos Petrovic
2020-12-20 15:52:38 +01:00
parent e8b0b10be0
commit 33d021dd77
12 changed files with 12 additions and 49 deletions

View File

@@ -1,5 +1,4 @@
#ifndef BOARD320_240_CPP
#define BOARD320_240_CPP
#pragma once
#include <SD.h>
#include <FS.h>
@@ -30,7 +29,6 @@ void Board320_240::initBoard() {
getLocalTime(&now, 0);
liveData->params.chargingStartTime = liveData->params.currentTime = mktime(&now);
// Init display
Serial.println("Init tft display");
tft.begin();
@@ -1456,5 +1454,3 @@ void Board320_240::syncGPS() {
settimeofday(&now, NULL);
}
}
#endif // BOARD320_240_CPP