eniro door status fixes

This commit is contained in:
Lubos Petrovic
2020-12-24 20:20:01 +01:00
parent bd93829026
commit fe6501fd6a
4 changed files with 7 additions and 7 deletions

View File

@@ -1220,7 +1220,7 @@ void Board320_240::redrawScreen() {
spr.fillRect(320 - 20, 20, 20, 98, TFT_YELLOW);
if (liveData->params.rightRearDoorOpen)
spr.fillRect(320 - 20, 122, 20, 98, TFT_YELLOW);
if (liveData->params.hoodOpen)
if (liveData->params.hoodDoorOpen)
spr.fillRect(20, 240 - 20, 320 - 40, 20, TFT_YELLOW);
// BLE not connected