This commit is contained in:
Lubos Petrovic
2020-12-21 15:23:51 +01:00
parent 682fa25ab8
commit b02394c4aa
2 changed files with 3 additions and 3 deletions

View File

@@ -1180,7 +1180,7 @@ void Board320_240::redrawScreen() {
}
// BLE not connected
if (!liveData->bleConnected && liveData->bleConnect) {
if (!liveData->bleConnected && liveData->bleConnect && liveData->tmpSettings.commType == COMM_TYPE_OBD2BLE4) {
// Print message
spr.setTextSize(1);
spr.setTextColor(TFT_WHITE, TFT_BLACK);