From 39257c17e91974e4d23dafce06f932baf858b2e3 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 11 Aug 2017 20:37:53 -0400 Subject: [PATCH] going bolder --- firmware/config/engines/mazda_miata_vvt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/config/engines/mazda_miata_vvt.cpp b/firmware/config/engines/mazda_miata_vvt.cpp index 62ee8c90aa..17b5e5abf3 100644 --- a/firmware/config/engines/mazda_miata_vvt.cpp +++ b/firmware/config/engines/mazda_miata_vvt.cpp @@ -379,7 +379,7 @@ void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) { * set_fsio_setting 3 65 * set_fsio_setting 4 15 */ - boardConfiguration->fsio_setting[1] = 6200; // #2 RPM threshold + boardConfiguration->fsio_setting[1] = 6500; // #2 RPM threshold boardConfiguration->fsio_setting[2] = 105; // #3 CLT threshold boardConfiguration->fsio_setting[3] = 12.0; // #4 voltage threshold @@ -443,7 +443,7 @@ void setMazdaMiata2003EngineConfigurationNewBoard(DECLARE_ENGINE_PARAMETER_SIGNA engineConfiguration->vvtOffset = 97; - engineConfiguration->rpmHardLimit = 6700; // we want to survive the race + engineConfiguration->rpmHardLimit = 7200; // we want to survive the race, but we also want some fun! // set idle_position 30 boardConfiguration->manIdlePosition = 30;