SD card - log every loop, added debug bms 220105/220106 for eniro, display gps ready state on speed screen + number of satellites

This commit is contained in:
Lubos Petrovic
2020-12-08 09:44:13 +01:00
parent 54a40ab24f
commit 048f254acc
6 changed files with 56 additions and 32 deletions

View File

@@ -109,6 +109,9 @@ void LiveData::initParams() {
params.chargingGraphHeaterTempC[i] = -100;
params.chargingGraphWaterCoolantTempC[i] = -100;
}
//
tmpStr = "";
tmpStr.toCharArray(params.debugData, tmpStr.length() + 1);
// Menu
menuItemsCount = sizeof(menuItemsSource) / sizeof(menuItemsSource[0]);