Commit Graph

1574 Commits

Author SHA1 Message Date
rusefi c4f7d26ca7 fixing build 2018-09-29 07:39:21 -07:00
rusefi 304697905d better names and better dependencies 2018-09-29 07:31:19 -07:00
rusefi ae3a5061af docs 2018-09-29 07:10:30 -07:00
rusefi ae9935665d fixing build? 2018-09-28 19:01:28 -07:00
rusefi 65a8753ad1 enum still needs to be defined manually 2018-09-28 18:55:37 -07:00
andreika-git 6ccc1ede72 Tps-based Advance Table (#611)
* typedefs

* Impl. TPS-based Advance
2018-09-26 04:13:16 -04:00
rusefi d8d343affc fresh auto-genenrated 2018-09-25 15:48:58 -04:00
rusefi 3ef00549ec metrics without text messages 2018-09-17 21:42:04 -04:00
rusefi 5cb6a2b6f0 refactoring 2018-09-16 23:10:06 -04:00
rusefi 553969dc72 refactoring 2018-09-16 22:26:57 -04:00
rusefi 4d27109a8d better state validation 2018-09-16 22:11:59 -04:00
rusefi 4d56783415 refactoring 2018-09-16 22:00:14 -04:00
rusefi 8fe3051df6 refactoring 2018-09-16 21:17:03 -04:00
rusefi 102a503235 Merge branch 'master' of https://github.com/rusefi/rusefi 2018-09-10 22:10:58 -04:00
rusefi 92df53aec9 error codes 2018-09-10 22:10:55 -04:00
rusefi 70b91d2295 names for error codes 2018-09-10 22:00:13 -04:00
rusEfi 7f8ac4dd96 getting ready for NA8 2018-09-06 22:41:05 -04:00
rusEfi 95601bcd2d getting ready for NA8 2018-09-06 22:31:23 -04:00
rusefi 8851dfbfc8 better state validation 2018-09-01 09:12:33 -04:00
rusefi c4af060432 why does it happen?... 2018-08-31 21:03:20 -04:00
rusefi b43d5f42db docs 2018-08-29 07:43:21 -04:00
rusefi cde09d5579 VVT debug field label fix 2018-08-14 12:37:43 -04:00
rusefi 90c94f2746 better default value 2018-08-08 20:56:11 -04:00
rusefi e4bfce6ad2 manual chery-pick of #602 2018-08-04 10:24:10 -04:00
rusefi 7523f12194 #600 2018-07-29 18:02:37 -04:00
rusefi 4c2ecf25eb better method name 2018-07-29 16:30:23 -04:00
rusEfi 55d6e252c8 wider macro usage 2018-07-28 19:16:58 -04:00
rusefi fee08b0199 #598 better state initialization 2018-07-28 14:28:52 -04:00
rusefi 86fd727aed better field name 2018-07-28 14:15:42 -04:00
rusefi 43da335306 refactoring: better field names 2018-07-26 15:51:06 -04:00
rusefi 2f95cd1e0d step towards more unique codes 2018-07-25 23:30:00 -04:00
rusefi 60b3aa8e60 unique error codes #598 2018-07-25 23:03:04 -04:00
rusefi 1af16c58dd #598 2018-07-24 20:40:44 -04:00
rusefi f7d534c370 typo 2018-07-24 20:33:12 -04:00
rusefi 0f486242dc docs & constraint 2018-07-24 20:22:16 -04:00
rusEfi 4ae468e7d3 per error code 2018-07-23 21:38:05 -04:00
rusefi f62f9563d3 error code into angle validation 2018-07-23 21:03:20 -04:00
rusEfi 7344608124 docs 2018-07-22 11:54:58 -04:00
Matthew Kennedy c36991a5ed Coasting Fuel Cut Fixes (#596)
* config changes

* generated

* new logic for MAP coast cutoff

* typo

* fix unit test

* add short duration injection fix

* add f suffix to constant
2018-06-23 16:32:41 +03:00
rusefi 0d3d018712 cj125isUaDivided parameter 2018-06-17 15:07:42 -04:00
rusefi 7980c104de typo 2018-06-16 08:40:50 -04:00
rusefi 73eb77c4a0 WBO docs 2018-06-16 08:17:54 -04:00
rusefi f8fa7aa1bb idle settings TS improvements 2018-06-15 20:45:06 -04:00
rusefi 58d6363f3a more detailed warning 2018-06-12 05:45:11 -04:00
rusefi 54e4834d8c refactoring: code style in method name 2018-06-12 05:14:19 -04:00
rusefi 3202e6e772 getHip_state_e(hip_state_e value) method for usability 2018-05-31 00:23:20 -04:00
rusefi 2c6faf3dce better state validation 2018-05-24 22:12:57 -04:00
rusefi 2a3a13e21b knock and bore 2018-05-20 13:22:32 -04:00
rusefi 3f850ea35b better field name 2018-05-08 13:33:49 -04:00
rusefi fa7e1c20d5 docs 2018-05-08 13:32:33 -04:00
rusefi 9654789ffb trigger noise filtering 2018-04-26 02:15:03 -04:00
andreika-git 3f5cae14c9 Idle PID Coasting & Amplification Improvements (#589)
* PID Error Amplification Coef

* Add settings: useIacTableForCoasting,pidExtraForLowRpm,iacCoasting

* Modify interface for the new settings

* Run gen_config.bat and generate configs

* idlePositionSensitivityThreshold

* Remove cltCorrection from autoIdle() & more verbose debug

* Impl. idlePidRpmDeadZone and pidExtraForLowRpm; reset PID when deactivated

* Impl. useIacTableForCoasting+iacCoasting and idlePidRpmUpperLimit
2018-03-30 08:42:13 -04:00
andreika-git 5ba5e680d6 Coasting Fuel Cut-off - Implementation (basic) (#585)
* Use getRpm() instead of rpmValue - needed for unit-tests

* Impl.

* Defaults

* Unit-tests
2018-03-22 13:37:34 -04:00
rusefi 15fab8178f fuel cutoff fields 2018-03-22 08:13:17 -04:00
rusefi 273278b539 #569 2018-03-18 12:15:51 -04:00
rusefi 71a36eef12 https://rusefi.com/forum/viewtopic.php?f=9&t=1354 2018-03-17 19:55:23 -04:00
andreika-git eb27c6b6e4 Impl. faster engine spin-up mode (alpha-version) (#567)
* Impl. faster engine spin-up mode (alpha-version)

* A comment for RPM_LOW_THRESHOLD

* Faster engine stop detection

* Safety check for instant RPM on spinning-up

* rusefi.xml

* unit-tests & relevant fixes
2018-03-10 20:58:51 -05:00
rusefi 0f67373bc1 usability 2018-03-04 23:21:43 -05:00
rusefi a602ba525d minor fix 2018-03-04 22:47:52 -05:00
rusefi 72cc52add6 reducing global state in unit tests 2018-03-04 21:32:48 -05:00
rusefi 6d1dfd6995 reducing confusion / better code 2018-03-04 17:53:52 -05:00
rusefi 39ef2ddae3 reducing merge drama #567 2018-03-03 08:54:23 -05:00
rusefi 41f405e474 progress 2018-02-28 07:57:04 -05:00
rusefi 7686bfd70d #570 2018-02-26 22:24:48 -05:00
rusefi 675df4bdaa #569 2018-02-25 20:51:34 -05:00
rusefi 6f466c97fd debug fields for #568 2018-02-07 00:21:41 +03:00
rusefi b66bd28473 refactoring: moving code to a better location 2018-02-06 23:47:19 +03:00
rusefi 034156851c refactoring 2018-02-03 20:43:31 -05:00
rusefi 6dd941bfa6 refactoring 2018-02-03 20:16:14 -05:00
rusefi 3840f0bbde minor bugfix in theoretical case of two consequitive changes 2018-02-03 12:47:37 -05:00
rusefi b703cadcf3 #566 2018-02-03 12:04:28 -05:00
rusefi a8ed61c277 reducing coupling between trigger emulation and FSIO 2018-02-03 11:42:50 -05:00
rusefi 349aca993d extracting macro 2018-02-03 10:48:35 -05:00
andreika-git 7c88a97edc Impl. useSeparateAdvanceForCranking & useAdvanceCorrectionsForCranking (#565) 2018-02-02 08:18:00 -05:00
rusEfi ef9c5a6288 NA8 2018-01-31 21:30:28 -05:00
rusefi ccb7ab1852 reducing start-up mess 2018-01-30 14:53:13 -05:00
rusefi b8bca64807 CAN debug field #26 2018-01-29 19:41:39 -05:00
andreika-git ebbcb01a1e Add Option: Force stepper parking every restart (#562) 2018-01-29 18:27:39 -05:00
andreika-git e0ab7e5671 Reduce step skipping for stepper motor (#559)
* Reduce step skipping for stepper motor

* Add stepperParkingExtraSteps
2018-01-28 14:44:01 -05:00
rusefi 7b3434caca #557 2018-01-28 14:03:58 -05:00
rusefi 8278c5d660 docs 2018-01-28 14:02:32 -05:00
andreika-git 19dca45042 Prepare debug & output for CJ125 (#558) 2018-01-28 13:04:19 -05:00
rusefi cfbd283018 #557 2018-01-26 22:47:09 -05:00
rusefi c3e2065789 fixing build 2018-01-26 11:34:01 -05:00
andreika-git 94e201c858 Add a new MAP sensor type (MPX4250A) (#554) 2018-01-26 10:50:12 -05:00
andreika-git dc8886e862 Disable WallCorr (xtau) for cranking (#555) 2018-01-26 07:14:31 -05:00
rusefi 4805b5677a #549 2018-01-24 09:03:42 -05:00
andreika-git f6849eed91 Fix currentVE display (#548)
* Fix currentVE display

* Use PERCENT_MULT & remove dead code
2018-01-23 21:59:50 -05:00
rusefi adfe5e9274 #65
explicit precision control
2018-01-23 12:05:14 -05:00
rusefi c17455dc0d #540 2018-01-23 08:34:18 -05:00
andreika-git 6be3a8bb55 Fix advance corrections for cranking (#547) 2018-01-22 23:47:58 -05:00
rusefi 53394cd506 fix #539 reducing idle stepper reaction time 2018-01-21 12:19:36 -05:00
rusefi 7925600d9d #538 2018-01-21 00:12:50 -05:00
rusefi f5a4376036 happy new year 2018-01-20 20:55:31 -05:00
rusefi c16e187306 #492 2018-01-17 19:18:48 -05:00
rusEfi f66fb77008 avoiding AFR warning 2018-01-16 12:58:35 -05:00
rusefi 4541014a3d better dialog name 2018-01-10 22:54:22 -05:00
rusefi 7b5302d897 fix #532 2018-01-07 12:11:49 -05:00
rusEfi 87f47b4a0e better method name 2018-01-07 11:17:49 -05:00
rusefi f249d80fdd fuelConsumptionPerHour gauge 2018-01-06 10:53:15 -05:00
rusefi 7a90a59563 #530 2018-01-03 07:59:59 -05:00
rusefi 639305cd56 spare unused bits for future use 2018-01-02 21:25:40 -05:00
andreika-git 1b17a682f5 Fix useSeparateAdvanceForIdle now using corrections (#527) 2018-01-02 21:11:49 -05:00
rusEfi ba1b77e987 removing dead code 2018-01-01 19:05:20 -05:00
rusEfi 8966b3b630 better error check 2018-01-01 19:04:42 -05:00
rusEfi 2b404b8ab1 better error handling 2018-01-01 18:59:50 -05:00
rusEfi 40dba276af docs 2017-12-31 20:13:53 -05:00
rusEfi 638ed46fe4 docs 2017-12-31 20:13:20 -05:00
rusEfi bffdfee3ce bixing build 2017-12-31 20:13:04 -05:00
andreika-git a2675b9466 Fuel consumption impl. (alpha) (#526) 2017-12-31 19:25:59 -05:00
rusefi 6da8c3444a more idle control complexity 2017-12-27 00:26:40 -05:00
rusefi 612baa70d5 fixing build 2017-12-25 10:26:17 -05:00
rusefi 644eeb864a switching to target RPM curve 2017-12-24 22:41:57 -05:00
rusefi 7e6d593aea switching to target RPM curve 2017-12-24 22:14:08 -05:00
rusefi fb6cb5b2cf switching to target RPM curve 2017-12-24 22:05:16 -05:00
andreika-git e9c8a2a6a8 Bootloader set default pin states (#524)
* Set default pin states needed by Bootloader

* Small Bootloader fix
2017-12-24 13:45:03 -05:00
andreika-git d6dd4fb3f3 Impl. useSeparateVeForIdle/useSeparateAdvanceForIdle (#522) 2017-12-23 12:24:20 -05:00
andreika-git d466d9dac9 Better OBD2 support (#515) 2017-12-17 21:10:02 -05:00
rusefi f8014b2a1a fix #514 2017-12-17 15:41:58 -05:00
rusefi 6e61392ae9 debug field STATUS 2017-12-17 13:14:39 -05:00
rusefi 2230a232c6 FSIO usability 2017-12-17 12:02:35 -05:00
rusefi 6579a6261a removing dead code 2017-12-17 00:37:52 -05:00
rusefi 95824c2c91 more FSIO logging 2017-12-17 00:17:55 -05:00
rusefi cc052b9e19 more FSIO logging 2017-12-17 00:11:21 -05:00
rusefi 4594be1555 docs 2017-12-12 17:40:48 -05:00
rusefi 1c6de08a68 fixing build 2017-12-11 11:29:36 -05:00
rusefi 68880d342b fixing build 2017-12-11 11:23:53 -05:00
rusefi a7c5b24861 #4 2017-12-11 10:14:42 -05:00
rusefi 11e9a873db #490 configuration validation 2017-12-08 20:04:58 -05:00
rusefi 6362cf13ec better state validation 2017-12-06 21:43:22 -05:00
rusefi 819535f56f #512 2017-12-06 18:46:31 -05:00
rusefi 1c7f056cfc docs 2017-12-05 23:45:31 -05:00
rusefi d05a472a6f debug_mode_e 2017-12-03 23:59:06 -05:00
rusEfi ef0afb8beb #510 2017-12-03 18:29:52 -05:00
rusEfi 9c8db36591 softer error handling 2017-12-03 18:17:59 -05:00
rusEfi df4b20e8bf better state check 2017-12-03 16:45:39 -05:00
rusefi e0e453ddb9 better state validation 2017-12-03 16:16:15 -05:00
rusEfi ba9d3c06a6 code style 2017-12-03 15:31:11 -05:00
rusEfi d5a0c0d062 better state validation 2017-12-03 15:30:42 -05:00
andreika-git 12aff34939 Implement Cranking to Running Adv.Angle Interpolation for faster start (#506)
* Implement Cranking to Running Adv.Angle Interpolation for faster start

* Reduce code dup. and rename minRpm

* fix
2017-12-03 13:25:24 -05:00
rusefi d99690d3a2 refactoring 2017-12-03 13:22:29 -05:00
rusefi 757358f75b progress 2017-12-03 07:46:07 -05:00
andreika-git 1963218099 Add DBG_FSIO_ADC (#505) 2017-12-03 07:42:44 -05:00
rusefi b9e845db0c another board testing approach 2017-12-02 20:59:31 -05:00
rusefi b1db389be2 fix #490 2017-11-27 21:49:58 -05:00
rusefi 3ca7becb33 #490 2017-11-27 21:10:49 -05:00
rusefi e44ea82d1b #490 2017-11-26 22:30:37 -05:00
rusefi c8916c5dd1 Merge branch 'master' of https://github.com/rusefi/rusefi 2017-11-26 11:07:04 -05:00
rusefi eadad9d916 #490 2017-11-26 01:17:37 -05:00
Matthew Kennedy 9e678b37b1 Fix accel enrichment for negative fuel pulse (#499) 2017-11-25 20:05:40 -05:00
rusefi 395657e99a better names 2017-11-24 19:16:25 -05:00
rusefi 415bc28298 fixing build 2017-11-24 19:16:00 -05:00
rusefi d5da2fabc3 #4 docs 2017-11-24 15:40:52 -05:00
rusefi 3cb6040e03 #490 2017-11-23 02:50:04 -05:00
rusefi 69adc7f817 #498 2017-11-20 15:01:48 -05:00
rusefi e5cd2a6b58 better status messages 2017-11-19 22:31:01 -05:00
rusefi 05ba9966e7 better enum name 2017-11-19 17:54:00 -05:00
rusEfi 2bc7dc9eff #495 todo clean-up 2017-11-19 15:24:36 -05:00
rusefi 094ff94c26 #495 2017-11-19 14:22:14 -05:00
rusefi 72df70cb48 #495
compacting data structure without changing the size yet
2017-11-19 12:07:07 -05:00
rusefi a6ed13cb60 #490 2017-11-19 11:32:05 -05:00
rusefi 54fc653546 #490 2017-11-19 11:05:57 -05:00
rusefi 6d86f14d4a refactoring - better variable name 2017-11-19 10:23:47 -05:00
rusefi 6a30ab7bce #490 2017-11-18 10:06:57 -05:00
Matthew Kennedy 8a5036f9bf Implement oil pressure sensor (#491)
* code changes

* config changes
2017-11-15 14:30:13 -05:00
rusefi d32e06865b better field name 2017-11-06 22:29:39 -05:00
rusefi 43f11c4425 #487 2017-11-06 19:00:30 -05:00
rusefi 2a27c706ea #487
refactoring - proper variable name
2017-11-06 18:46:37 -05:00
rusefi 7dd16b474a #487 2017-11-06 10:25:06 -05:00
rusefi a483ac16f1 refactoring & flexibility for cranking low RPM 2017-11-04 19:35:38 -04:00
andreika-git 920520bcfb Implement postCrankingFuelCorrection (#485) 2017-11-02 18:10:42 -04:00
rusefi 4452717d9a #385 2017-10-29 20:29:02 -04:00
rusefi 1a5cb96ad8 #385 2017-10-29 15:48:54 -04:00
rusefi 9b07b041dd #480 2017-10-16 14:52:42 -04:00
rusEfi 79bc13b412 refactoring 2017-09-21 21:14:50 -04:00
rusEfi 1b7ffd040b minor etb 2017-09-17 22:05:03 -04:00
rusefi 5a51e0e1bb #442 2017-08-31 07:53:41 -04:00
rusefi 6c90269de8 #473 2017-08-28 22:55:29 -04:00
rusefi b97a7b23c5 #476 2017-08-28 21:00:36 -04:00
rusefi 5faad39810 #473 2017-08-18 16:18:11 -04:00
rusefi 1d6fb71b91 #473 2017-08-17 09:10:22 -04:00
rusefi 52544462ec #473 2017-08-17 02:56:25 -04:00
rusefi a393d8aa9d #473 2017-08-17 02:32:06 -04:00
rusefi b9586befb9 http://rusefi.com/forum/viewtopic.php?f=9&t=1253&start=30 2017-08-12 12:05:49 -04:00
rusefi 7b0814276e fixing build 2017-08-06 19:47:16 -04:00
rusefi 4444b7444f better constant name 2017-08-06 19:43:01 -04:00
rusefi 29b9af9a6e refactoring 2017-08-06 19:39:24 -04:00
rusefi 5f20ffa424 #332 2017-08-05 16:55:28 -04:00
rusefi ebae6041e6 TCU 2017-08-03 22:30:47 -04:00
rusefi c3d4b1d8b3 useFSIO16ForTimingAdjustment 2017-08-03 21:21:16 -04:00
rusefi 6984d9010d useFSIO16ForTimingAdjustment 2017-08-03 21:09:32 -04:00
rusefi 15e3878bff Merge branch 'master' of https://github.com/rusefi/rusefi 2017-08-02 07:54:23 -04:00
rusefi d226450530 #382 2017-08-02 07:50:19 -04:00
rusefi 6e9cb638aa #417 2017-07-31 15:35:12 -04:00
rusefi c81e7a5bae #413 2017-07-26 20:27:08 -04:00
rusefi 9b4333bb88 FSIO-based timing correction 2017-07-25 20:37:46 -04:00
rusefi 0fac846dec FSIO-based timing correction 2017-07-25 20:32:54 -04:00
rusefi df24230d47 fix #307 2017-07-24 22:26:41 -04:00
rusefi 95a22ed40e better error code names 2017-07-24 19:38:22 -04:00
rusefi c18d968843 consistent better debug field names everywhere 2017-07-23 20:43:28 -04:00
rusefi 59cb74193a startOfCrankingPrimingPulse 2017-07-15 15:36:49 -04:00
rusefi 1f4e447ca5 #4 2017-07-15 15:24:06 -04:00
rusefi 7d96b15696 RPM refactoring done 2017-07-08 07:19:26 -04:00
rusefi 23c9c232df RPM refactoring 2017-07-06 12:03:17 -04:00
rusefi 3fdc29873b RPM refactoring 2017-07-06 08:49:55 -04:00
rusefi f8fb3cdb69 rpm refactoring 2017-07-06 08:43:15 -04:00
andreika-git 855994e342 Fix fsio (#456)
* tiny fix of Engine::checkShutdown()

* fix fsio
2017-07-01 17:29:56 -04:00
andreika-git 810509440d onConfigurationChangeTriggerCallback() (#448)
* onConfigurationChangeTriggerCallback()

* conform isTriggerConfigChanged

* #if EFI_EMULATE_POSITION_SENSORS

* Now it works!

* svnversion
2017-06-26 21:31:10 +03:00
rusefi 74e5a3cc90 refactoring: better name 2017-06-26 09:23:26 +03:00
rusefi bcceaeaf9b refactoring: better name 2017-06-26 09:14:31 +03:00
andreika-git d3895fd4c1 Fsio progress (#449)
* gen_config.bat

* FSIO: fuelPump & mainRelay progress

* typo
2017-06-25 08:35:46 +03:00
rusefi f496958221 mapMinBufferLength 2017-06-22 10:10:07 +03:00
rusefi bd026d534f mapMinBufferLength 2017-06-22 09:29:52 +03:00
rusefi 402653721a refactoring 2017-06-21 07:16:19 +03:00
rusefi c6c8212ad1 #351 2017-06-13 10:40:16 -04:00
rusefi 5e9ed07904 configurable stepper pulse 2017-06-12 18:31:55 -04:00
rusefi 6b1fefd1c6 stepper and linear termistors 2017-06-12 18:22:25 -04:00
rusefi 0c4fc55e7a #442 2017-06-12 08:41:32 -04:00
rusEfi f78a18c3dc #442 2017-06-12 08:18:19 -04:00
rusefi 565909191c docs 2017-06-11 15:36:23 -04:00
rusefi 4b15a23316 new command: set_injector_lag VOLTAGE LAG 2017-06-11 15:32:29 -04:00
rusefi 87d213f9b2 reducing code duplication 2017-06-11 15:27:23 -04:00
rusefi 6a4d69acc8 reducing code duplication 2017-06-11 15:17:02 -04:00
rusefi 53d1b39a1c reducing code duplication 2017-06-11 15:13:03 -04:00
rusefi 9273a5c8d7 better method name 2017-06-11 15:06:05 -04:00
rusefi be44198033 default TPS2TPS map 2017-06-11 00:54:37 -04:00
rusefi 5536f4bdd2 Lamborghini Diablo firing order 2017-06-08 20:35:42 -04:00
rusefi 0def9818bd debug modes 2017-06-07 23:12:04 -04:00
rusefi 5f8a367df9 debug modes 2017-06-07 23:04:56 -04:00
rusefi 543d9c06f5 #4 2017-06-04 20:13:37 -04:00
Andrei e24b8736c9 Separate Serial & sdCard configs for bootloader use 2017-05-30 20:50:33 +03:00
rusEfi 543586c179 PID progress 2017-05-29 23:32:41 -04:00
rusEfi 013f30727f PID refactoring 2017-05-29 23:15:07 -04:00
rusEfi 62835fbd9b enable verbose_etb 2017-05-29 23:13:02 -04:00
rusEfi d8ecf8bd1d fixing throttle pedal settings storage & better names 2017-05-29 22:35:24 -04:00
rusefi 10fd879363 better error code names 2017-05-29 19:23:15 -04:00
rusefi 9c32e85d86 better error handling 2017-05-29 11:31:07 -04:00
rusefi 3fb5167f7a PID storage refactoring - minor incompatible storage change 2017-05-28 22:32:32 -04:00
rusefi 53a6ebf7cc ETB 2017-05-28 14:22:43 -04:00
rusefi 99d82d9e4e #4 idle min/max 2017-05-28 13:44:26 -04:00
rusefi 338a4acd9b #4 new parameters 2017-05-27 23:43:48 -04:00
rusefi a8a3063247 #4 2017-05-27 23:22:24 -04:00
rusefi 7c7cd41471 ETB online settings 2017-05-27 23:01:41 -04:00
rusefi c907b7c094 better error code 2017-05-25 19:56:11 -04:00
rusefi 9bcc06ef7b silentTriggerError 2017-05-25 08:28:30 -04:00
rusefi 9a20976ad0 ETB progress 2017-05-25 00:38:37 -04:00
rusefi 830e96e1f5 better location for global fuel correction 2017-05-24 23:48:03 -04:00
rusefi 73afcd2a8b typo & error code name 2017-05-24 23:42:27 -04:00
rusefi 0a0549e1bc refactoring 2017-05-24 22:46:45 -04:00
rusefi d2356a421b one step back 2017-05-24 07:59:48 -04:00