From 89611c39f3857b87e8f45235d23fcdda0822e2d8 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Mon, 30 Jan 2017 06:02:53 -0500 Subject: [PATCH] auto-sync --- firmware/console/status_loop.cpp | 4 ++-- firmware/controllers/system/efiGpio.h | 8 +++++++- firmware/integration/rusefi_config.txt | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/firmware/console/status_loop.cpp b/firmware/console/status_loop.cpp index 4be30f1d9d..cab0e6fbdd 100644 --- a/firmware/console/status_loop.cpp +++ b/firmware/console/status_loop.cpp @@ -526,9 +526,9 @@ static THD_WORKING_AREA(lcdThreadStack, UTILITY_THREAD_STACK_SIZE); static THD_WORKING_AREA(blinkingStack, 128); // move this into EnginePins? -OutputPin communicationPin; +OutputPin communicationPin; // blue LED on brain board by default OutputPin warningPin; -OutputPin runningPin; +OutputPin runningPin; // green LED on brain board by default static OutputPin *leds[] = { &warningPin, &runningPin, &enginePins.checkEnginePin, &enginePins.errorLedPin, &communicationPin, &enginePins.checkEnginePin }; diff --git a/firmware/controllers/system/efiGpio.h b/firmware/controllers/system/efiGpio.h index 7ff28708a2..ca2214b8fb 100644 --- a/firmware/controllers/system/efiGpio.h +++ b/firmware/controllers/system/efiGpio.h @@ -83,9 +83,15 @@ public: OutputPin fuelPumpRelay; OutputPin o2heater; // OutputPin alternatorField; - OutputPin errorLedPin; + /** + * brain board RED LED by default + */ + OutputPin errorLedPin; // OutputPin idleSolenoidPin; OutputPin alternatorPin; + /** + * this one is usually on the gauge cluster, not on the ECU + */ OutputPin checkEnginePin; NamedOutputPin tachOut; OutputPin etbOutput1; diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 231a989bd9..ab7ac61cc8 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -240,7 +240,7 @@ ThermistorConf iat; int step1rpm;A secondary Rev limit engaged by the driver to help launch the vehicle faster;"rpm", 1, 0, 0, 20000.0, 2 int step1timing;;"deg", 1, 0, -180, 180, 2 - int hip9011PrescalerAndSDO;;"integer", 1, 0.0, 0.0, 32, 0 + int hip9011PrescalerAndSDO;6=8MHz todo solit two bit fields;"integer", 1, 0.0, 0.0, 32, 0 float knockBandCustom;+kHz knock band override;"kHz", 1, 0.0, 0.0, 10.0, 2