Skip to content

Commit

Permalink
TeslaModelS: Set vehicle off, when in neutral, to try to stop vehicle…
Browse files Browse the repository at this point in the history
… idling alerts after module reboot
  • Loading branch information
markwj committed Jul 11, 2019
1 parent 423ea02 commit 1d7197c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void OvmsVehicleTeslaModelS::IncomingFrameCan1(CAN_frame_t* p_frame)
break;
case 3: // Neutral
StandardMetrics.ms_v_env_gear->SetValue(0);
StandardMetrics.ms_v_env_on->SetValue(true);
StandardMetrics.ms_v_env_on->SetValue(false);
StandardMetrics.ms_v_env_awake->SetValue(true);
StandardMetrics.ms_v_env_handbrake->SetValue(false);
StandardMetrics.ms_v_env_charging12v->SetValue(true);
Expand Down

0 comments on commit 1d7197c

Please sign in to comment.