commConnected

This commit is contained in:
Lubos Petrovic
2020-12-23 10:35:50 +01:00
parent b660007964
commit a53cccace0
4 changed files with 8 additions and 5 deletions

View File

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