Commit Graph

4378 Commits

Author SHA1 Message Date
kifir 9308443f24 light refactoring 2024-06-11 13:52:17 -06:00
GitHub gen-configs Action 1d2e8bb33f Auto-generated configs and docs 2024-06-11 19:01:04 +00:00
kifir 5512916f57 add rpmPreLaunchCondition indicator to launch_control_state 2024-06-11 12:50:42 -06:00
kifir 0165585afa rename rpmCondition indicator to rpmLaunchCondition 2024-06-11 12:50:42 -06:00
GitHub gen-configs Action 47396d1b39 Auto-generated configs and docs 2024-06-11 16:26:41 +00:00
kifir 9909d7e035 get rid of redundant combinedConditions indicator 2024-06-11 10:10:37 -06:00
kifir 8055596c43 rename isLaunchPreCondition indicator to isPreLaunchCondition 2024-06-11 10:10:37 -06:00
kifir be17496d53 now we skip spark only on pre-launch condition (#6566) 2024-06-11 09:00:03 -06:00
kifir 373c8b35b4 support isLaunchPrecondition indicator (#6566) 2024-06-11 09:00:03 -06:00
kifir 455a30247b get rid of delay on activation launch mode - it looks like launchActivateDelay setting is always zero, because there is no way to configure this setting 2024-06-11 09:00:03 -06:00
Andrey dc6419f4c2 compile-time enforcement of printf strings
only:uaefi
2024-06-10 19:39:54 -04:00
Andrey 91b28cb002 commands are dead 2024-06-10 19:21:46 -04:00
Matthew Kennedy 1d48ee7182 compile-time enforcement of printf strings 2024-06-10 19:21:46 -04:00
Matthew Kennedy 27e0a80c82 compile-time enforcement of printf strings
only:uaefi
2024-06-10 19:11:35 -04:00
Andrey e145edb96d New mode for TPS/TPS enrichment to be a multiplier #3167
only:f407-discovery
2024-06-09 19:31:55 -04:00
Andrey 9ef76907ee Allow to choose lower RPM cutoff for AC Compressor #6597 2024-06-09 15:09:07 -04:00
Matthew Kennedy f1e21697d6 warn about fuel pressure sensor instead of error
only:f407-discovery
2024-06-09 13:33:42 -04:00
rusefillc d706537893 refactoring: removing validateConfiguration by moving logic into another similar method 2024-06-09 11:33:17 -04:00
rusefillc 7affcba3ab preCalculate does not belong in validateConfiguration 2024-06-09 11:29:05 -04:00
Andrey 12c2d39607 only:Cranking Cycle Multiplier Map to be 3d with Coolant Temp as the additional axis. #6584 2024-06-07 20:32:41 -04:00
rusefillc 726372abd1 Cranking Cycle Multiplier Map to be 3d with Coolant Temp as the additional axis. #6584
only:f407-discovery
2024-06-07 19:43:45 -04:00
kifir c039f64c3c move launch controller update before updating spark limiters and calculation of advance, because we use launch controller for these operations 2024-06-07 11:37:46 -04:00
kifir fdc60e4bff implement launch spark skip functionality (#6566) 2024-06-07 11:09:29 -04:00
kifir 3e4d1db28b now we use updateTargetSkipRatio method instead of setTargetSkipRatio (#6566) 2024-06-07 11:09:29 -04:00
kifir 6b2019adf2 light refactoring: encapsulate processing of `useHardSkipInTraction` setting in SoftSparkLimiter class (#6566) 2024-06-06 18:40:55 -04:00
kifir eda1a54047 light refactoring: forbid modification of SoftSparkLimiter::allowHardCut field (#6566) 2024-06-06 18:40:55 -04:00
Andrey e105fd1512 Cranking Cycle Multiplier Map to be 3d with Coolant Temp as the additional axis. #6584
only:adding table
2024-06-05 23:02:16 -04:00
Andrey 236311a6e5 only:CLT calibration type is all over the place 2024-06-05 22:25:03 -04:00
Andrey 109b30f063 only:stftCorrection vs fuelPidCorrection vs engine 2024-06-05 21:43:09 -04:00
rusefillc 26ede4eca3 only:possible optimization comment 2024-06-05 21:22:53 -04:00
kifir 9abf5d15b0 now `Launch Control`-specific functionality works only when `Enable Launch Control` setting is `true` #6571 2024-05-30 11:15:57 -04:00
Andrey 8bc5fbfbaa time for VCS_VERSION to go 2024-05-29 18:10:01 -04:00
kifir b67564c6aa rename smoothRetardEndRpm to launchCorrectionsEndRpm #6566 2024-05-29 14:59:58 -04:00
GitHub gen-configs Action 013fa5d221 Auto-generated configs and docs 2024-05-28 23:18:26 +00:00
kifir e60038f8ca now timing stays at the "ignition retard" after the end RPM for smooth timing retard #5611 2024-05-28 18:55:27 -04:00
GitHub gen-configs Action 0b16fe0a1c Auto-generated configs and docs 2024-05-28 21:13:58 +00:00
Matthew Kennedy fabec702e2 implement mazda L cam 2024-05-28 16:56:53 -04:00
kifir 7e33b472b6 get rid of obsolete comment 2024-05-27 18:03:58 -04:00
kifir 025d45ec62 fix retard threshold rpm #6533 2024-05-27 18:03:58 -04:00
kifir 6464d4dc7b fix smooth retard functionality #5611 2024-05-27 09:06:42 -04:00
rusefi 7b91fab29c only:mc33810defaults 2024-05-26 13:53:19 -04:00
rusefi d653826238 https://github.com/rusefi/hellen125honda-issues/issues/43
only:hellen-honda-k
2024-05-25 22:40:40 -04:00
GitHub gen-configs Action 48238056e0 Auto-generated configs and docs 2024-05-24 14:05:21 +00:00
kifir 5b40685e8c add isSmoothRetardCondition flag into launch_control_state #5611 2024-05-24 09:55:53 -04:00
kifir 9f053cf4b7 enhance hysterisis detection: now we use isAfterLaunch indicator on launch_control_state panel instead of hidden class field #5610 2024-05-21 13:29:49 -04:00
GitHub gen-configs Action d3d7325aa1 Auto-generated configs and docs 2024-05-21 14:18:14 +00:00
kifir 3d102bd45d add isAfterLaunch indicator on launch_control_state panel #5610 2024-05-21 10:08:56 -04:00
kifir af6786e237 implement hysterisis functionality for ignition and fuel cut #5610 2024-05-21 10:08:56 -04:00
kifir 8a4f53214b refactoring: LaunchControlBase::isInsideRPMCondition method returns bool again 2024-05-21 10:08:56 -04:00
kifir fee1602fd9 add tests for targetSkipRatio calculation #6528 2024-05-17 13:31:52 -04:00
rusefillc b3ae3b7bfb luaSoftSparkSkip/luaHardSparkSkip probably bug #6528 2024-05-17 09:56:57 -04:00
rusefillc a5f045c1ff only:Norman says improve default Y axis 2024-05-16 12:39:09 -04:00
Andrey 9353e7904a Revert "avoid long -> float"
This reverts commit 37ad226a3d.
2024-05-14 22:04:06 -04:00
rusefillc fc0777fe7d only: remember to manually sync 'pwmAxisLabels' in tunerstudio.template.ini 2024-05-14 10:10:19 -04:00
rusefillc 810e254f93 only: cylinderBankSelect is zero-based index 2024-05-13 16:18:49 -04:00
rusefi 2e0d30a64f brakePedalPinInverted & throttlePedalPosition gauge improvement 2024-05-12 13:54:46 -04:00
rusefillc 22f770ddbc only: docs 2024-05-12 10:59:10 -04:00
Matthew Kennedy 37ad226a3d avoid long -> float 2024-05-11 18:32:54 -04:00
kifir b5774154e9 set default value for boostOpenLoopYAxis variable #4778 2024-05-11 09:57:23 -04:00
Andrey 6eaf9b117d only: unique variable name so that nice IDE would not be needed 2024-05-10 23:09:52 -04:00
GitHub gen-configs Action dd00d5dec5 Auto-generated configs and docs 2024-05-10 14:55:26 +00:00
Matthew Kennedy a736d888e3 EGT in gppwm channel 2024-05-10 10:45:38 -04:00
GitHub gen-configs Action 117b89867f Auto-generated configs and docs 2024-05-10 00:04:41 +00:00
rusefillc 252305954a Suzuki K6A (NON VVTI Trigger) #6490
only: preparation
2024-05-09 19:52:24 -04:00
Andrey Gusakov e562f0b540 stm32_adc: simplify 2024-05-09 08:30:24 -04:00
rusefi bb92146147 start/stop button improvements #6483
only: a bit of encapsulation, only preparations for now
2024-05-08 22:14:54 -04:00
Andrey 4f541baa4e Oscilations in DWELL length after 40+ hours of uptime #6451 2024-05-08 08:15:06 -04:00
GitHub gen-configs Action 2874b7b8b4 Auto-generated configs and docs 2024-05-08 12:00:55 +00:00
Andrey b5eb49e37b Oscilations in DWELL length after 40+ hours of uptime #6451 2024-05-08 07:58:08 -04:00
rusefi 944a9375d3 EFI_CONFIGURATION_STORAGE reducing code duplication 2024-05-05 15:52:39 -04:00
Andrey Gusakov 6b265dd4f8 adc: introduce external adc channels 2024-05-05 13:26:24 -04:00
Andrey Gusakov d7ec871e7c adc: rename EFI_ADC_LAST_CHANNEL to EFI_ADC_TOTAL_CHANNELS 2024-05-05 13:26:24 -04:00
kifir 517ddbf36a enhance minimal unit test for existing overdwell mechanism #6373 2024-05-05 13:11:34 -04:00
3er0.1ive d6fdf204fa - fix build 2024-05-04 10:51:46 -04:00
3er0.1ive bdb997fe1a - clean commit with knock_analyzer 2024-05-04 10:51:46 -04:00
rusefi a3a492d46f Map3D should not be silently return 0 if not initialized #6461
preparation: giving tables names
2024-05-03 22:31:53 -04:00
rusEFI LLC 4c5afb9475 leveraging prepend.txt magic to reduce MAX_TPS_PPS_DISCREPANCY duplication 2024-05-01 17:24:15 -04:00
Andrey Gusakov ec50d034bc gpio: core: support HW PWM on gpiochip outputs 2024-05-01 17:14:55 -04:00
rusEFI LLC fdd46ddf8b only: something dead? 2024-04-29 14:57:56 -04:00
Andrey Gusakov 35ebb725ed enums: add Gpios for MS IOBox 0 2024-04-29 07:38:15 -04:00
GitHub gen-configs Action 58c6c40e1b Auto-generated configs and docs 2024-04-26 15:28:33 +00:00
rusEFI LLC 635b0e6ffa Honda (?) 1+16 trigger is not right fix #6418 2024-04-26 11:25:48 -04:00
Matthew Kennedy 046ad7436f use timer instead of home spun time math 2024-04-25 20:50:48 -04:00
Matthew Kennedy b8e9c2832f only: tcharge uses a timer instead of hand spun 2024-04-25 20:06:52 -04:00
Matthew Kennedy 2d3b6eed36 fix dynoview typing 2024-04-25 19:03:20 -04:00
Matthew Kennedy 005d2eb21a distinguish between "timestamp" and "duration" 2024-04-25 18:57:11 -04:00
Matthew Kennedy 7897f7d991 another extra time type 2024-04-25 17:47:12 -04:00
kifir 80cf6d1943 add check of bailed on dwell count #6373 2024-04-25 13:10:34 -04:00
rusEFI LLC 75f38f6913 only: EFI_ANTILAG_SYSTEM is effectively dead 2024-04-24 21:57:46 -04:00
rusEFI LLC d470a67d33 only: what is scheduling_s::momentX field type? #6409 2024-04-24 15:11:06 -04:00
rusEFI LLC d125b9b317 only: bailedOnDwell 2024-04-23 15:57:39 -04:00
rusEFI LLC dcb0d7ffdb only: docs 2024-04-23 15:55:12 -04:00
GitHub gen-configs Action 12eaf7d503 Auto-generated configs and docs 2024-04-21 03:35:22 +00:00
rusefillc 76ebc1d1fe 60/2 vs 60/2 VW mess #988
only: rename & flipping M73 canned tunes
2024-04-20 23:26:00 -04:00
Andrey Gusakov 948a4a7e2c hw_enums: ups, someone forgot to update BRAIN_PIN_LAST 2024-04-20 12:09:18 -04:00
GitHub gen-configs Action 3f37d6a6a6 Auto-generated configs and docs 2024-04-20 12:29:19 +00:00
Andrey Gusakov ebbee46998 types and settings for MS IO-Box 2024-04-20 08:19:51 -04:00
GitHub gen-configs Action fd02046ae2 Auto-generated configs and docs 2024-04-20 03:22:45 +00:00
David Holdeman b6ccc6d5d2 Add generic 4-speed trans controller 2024-04-19 23:13:18 -04:00
GitHub gen-configs Action 5d59799533 Auto-generated configs and docs 2024-04-20 02:45:04 +00:00
David Holdeman 7bccb6cbb3 Automatic shifting class 2024-04-19 22:32:57 -04:00
GitHub gen-configs Action cf020d1338 Auto-generated configs and docs 2024-04-20 00:24:32 +00:00
rusefillc cea92b0f82 only: TCU_4R70W 2024-04-19 20:14:55 -04:00
rusefillc 324933e524 only: allowing custom trim dimensions 2024-04-18 16:45:56 -04:00
rusefillc 28fd9736f5 setMaverickX3 2024-04-17 23:52:42 -04:00
Andrey cd9174e4fb only: setMaverickX3 2024-04-17 19:44:47 -04:00
Andrey 4bc38d3543 Overdwell at times around syncloss while cranking #6349
hopefully bugfix - do not start dwell in case of out-of-order
2024-04-17 19:02:47 -04:00
GitHub gen-configs Action 291bf2fba8 Auto-generated configs and docs 2024-04-17 22:42:06 +00:00
Andrey 098ad47b75 Overdwell at times around syncloss while cranking #6349
only: sparkOutOfOrderCounter
2024-04-17 18:32:40 -04:00
Matthew Kennedy e1d91104ad staged injection uses AFR table Y axis 2024-04-17 08:36:07 -04:00
GitHub gen-configs Action 51ad5ef37f Auto-generated configs and docs 2024-04-13 13:39:50 +00:00
rusefillc cb7fd93cb9 only: tle9104 discovery test #6361 2024-04-13 09:35:46 -04:00
Andrey f6c4f48c65 pain 2024-04-12 16:55:49 -04:00
Matthew Kennedy 48feb535af add std::function hooks to ignition 2024-04-12 16:55:49 -04:00
rusefillc 6a8d62a1ed 1-8-6-2-7-3-4-5 Ferrari-Maserati F136 firing order 2024-04-11 11:19:09 -04:00
GitHub gen-configs Action eae0341f73 Auto-generated configs and docs 2024-04-10 04:56:25 +00:00
rusefi 189539b51f Overdwell at times around syncloss while cranking #6349
overdwell logs
2024-04-10 00:28:19 -04:00
rusefillc 143170d60c odd fire timing_offset_cylinder not accounted by injection revert #6095
revert of revert, we have timing accounted by fuel again!
2024-04-09 16:54:53 -04:00
Andrey e18a3b5e64 odd fire timing_offset_cylinder not accounted by injection #6095
flipping adjustment direction
2024-04-08 22:44:52 -04:00
rusefi 21af489f12 only: todo: boolean sensors should leverage sensor framework #6342 2024-04-07 15:08:58 -04:00
rusefillc 884fcba659 only:hd 2024-04-02 20:56:43 -04:00
rusefillc 48bdfcd232 1_6_5_10_2_7_3_8_4_9 firing order BMW S85, also Audi 5.2 R8 and huracan 2024-04-01 12:16:45 -04:00
Andrey 8d29bf485d only: live_data_ids.h is not needed so widely 2024-03-30 00:17:34 -04:00
rusefillc ab14843b8a todo boardTuneDefaults vs boardEngineTypeTune vs engine_type_e 2024-03-24 22:07:58 -04:00
rusefillc 2a114b4f95 PUBLIC_API_WEAK 2024-03-24 22:06:58 -04:00
Andrey 5642d412de odd fire timing_offset_cylinder not accounted by injection revert #6095
odd fire angles are not right during cranking #6281

only:proteus_f7
2024-03-24 13:18:14 -04:00
GitHub gen-configs Action 6373b1e7a3 Auto-generated configs and docs 2024-03-24 04:53:54 +00:00
Andrey fd2268ed76 bosch quick start decoding issue or else #6281
only:test engine
2024-03-24 00:51:07 -04:00
GitHub gen-configs Action a16dcf8c26 Auto-generated configs and docs 2024-03-24 04:33:15 +00:00
Andrey 085707afcd bosch quick start decoding issue or else #6281
test engine
2024-03-24 00:23:15 -04:00
Andrey 272fa90c47 only:kinetis 2024-03-23 20:13:59 -04:00
GitHub gen-configs Action c75c283e9f Auto-generated configs and docs 2024-03-22 17:47:32 +00:00
rusefillc 5a06e47fd3 better names for 3/5 GM 24xs 2024-03-22 13:44:18 -04:00
Andrey 099de78f56 Revert "funny games with dash via Lua to override CAN dash profile values #6235"
This reverts commit 0078df1988.
2024-03-21 09:37:18 -04:00
Andrey 521580ed60 move a bunch of tables out of engine_configuration_s 2024-03-20 17:07:12 -04:00
Matthew Kennedy b7b7c77ce0 move a bunch of tables out of engine_configuration_s 2024-03-20 17:07:12 -04:00
Andrey 5d46bb1074 Negative timing is not displayed correctly fix #5250 2024-03-20 14:43:50 -04:00
Andrey ef2fe9e33c Timing showing crazy negative values like -595 #5250
only:tdd
2024-03-20 14:24:20 -04:00
rusefillc 297c9855cc only:one knock sensor by default 2024-03-19 21:58:22 -04:00
David Holdeman eed770df99 enable board-specific meta header for simulator 2024-03-18 19:41:13 -04:00
rusefillc 77b8f405a8 only:POLARIS_RZR 2024-03-18 10:20:01 -04:00
Andrey c69e202eaf Seems that gdi pump angle changes at 2x the rate of cam movement, possible multiplication/division problem? #6245
only:alphax-4chan_f7
2024-03-17 21:05:11 -04:00
GitHub gen-configs Action 5466b2b183 Auto-generated configs and docs 2024-03-17 22:28:35 +00:00
rusefi b6a5d42ae8 POLARIS_RZR 2024-03-17 18:12:09 -04:00
rusefillc 0eaf0e80d2 different default temperatures for different fans 2024-03-17 16:10:39 -04:00
rusefillc 0078df1988 funny games with dash via Lua to override CAN dash profile values #6235 2024-03-17 12:03:56 -04:00
Andrey 09b787adf3 launch control: merging two settings into one 2024-03-16 17:06:42 -06:00
GitHub gen-configs Action 0bf84309d4 Auto-generated configs and docs 2024-03-15 21:52:06 +00:00
rusefillc b6b7b12d13 only:Brake input should be allowed to be shared between Launch Control and Misc (Issue #6224) 2024-03-15 15:49:24 -06:00
rusefillc a28cc2aec1 only: defaults progress 2024-03-15 11:07:16 -06:00
rusefillc 2e3a547a6c only: defaults progress 2024-03-15 10:39:24 -06:00
rusefillc 0daa561ef8 only:custom board canned tune process would need board-specific x86 binary (simulator or unit_tests) #6195 2024-03-15 09:02:22 -06:00
rusefillc 5cce179df2 only:custom board canned tune process would need board-specific x86 binary (simulator or unit_tests) #6195 2024-03-15 08:49:08 -06:00
GitHub gen-configs Action 92106db480 Auto-generated configs and docs 2024-03-11 20:57:36 +00:00
Andrey Gusakov 4d713cabcd dead egtValue1/2 in engine_state 2024-03-11 16:54:58 -04:00
rusefillc fbdad77e58 custom board canned tune process would need board-specific x86 binary (simulator or unit_tests) #6195 2024-03-10 13:58:25 -04:00
Andrey Gusakov 180d91b0ed egt sensors: final migration encapsulation bits 2024-03-10 12:56:03 -04:00
Andrey Gusakov 56d46e5fbe max31855: also support max31856 2024-03-10 12:56:03 -04:00
Andrey 946bc82376 refactoring: LaunchCondition enum 2024-03-09 08:39:58 -05:00
GitHub gen-configs Action 01c9204c69 Auto-generated configs and docs 2024-03-07 13:14:17 +00:00
rusefillc 509736c601 m111 2024-03-07 08:11:53 -05:00
rusefi d6fdc4111f only: calibrationBirthday 2024-03-06 22:53:25 -05:00
GitHub gen-configs Action 213e5f94af Auto-generated configs and docs 2024-03-06 23:18:10 +00:00
rusefillc 91941691cf engine type clean-up 2024-03-06 18:15:56 -05:00
GitHub gen-configs Action a4287f7920 Auto-generated configs and docs 2024-03-06 20:23:35 +00:00
Andrey 86c8821180 only: dead FRANKENSO_MAZDA_MIATA_2003 2024-03-06 15:21:20 -05:00
GitHub gen-configs Action d17a7c58bd Auto-generated configs and docs 2024-03-06 18:03:56 +00:00
Andrey b764fb5d23 only: dead BMW 2024-03-06 12:56:35 -05:00
GitHub gen-default-tune Action f39485a16e Auto-generated default tune 2024-03-06 14:21:06 +00:00
Andrey e7415482f9 only: mazda engine types rename 2024-03-06 09:11:38 -05:00
rusefillc 38acaab9fd Improve base VE and Timing maps #5521 2024-03-06 09:02:44 -05:00
GitHub gen-configs Action 3bcfe85b8d Auto-generated configs and docs 2024-03-06 05:15:47 +00:00
rusefillc f4b1a7bae0 engine type clean-up 2024-03-06 00:13:11 -05:00
rusefillc dd444a4698 only:M52 2024-03-05 23:41:56 -05:00
GitHub gen-configs Action a004f8c0ba Auto-generated configs and docs 2024-03-06 03:41:31 +00:00
Andrey 465e1f6d0d M52 2024-03-05 22:20:51 -05:00
rusefillc 26b0f15a55 only: TLE9104 is a nice chip 2024-03-04 23:50:33 -05:00
rusefillc 1bd96f39e9 only: helping master 2024-03-04 22:41:51 -05:00
GitHub gen-configs Action fb5211cf9e Auto-generated configs and docs 2024-03-05 03:32:34 +00:00
Andrey cdaeb2fa2b so much random technical debt all over :( 2024-03-04 21:25:07 -05:00
Andrey fcf04e6730 traction control ignition cut fix #5898
actual logic
2024-03-04 21:21:17 -05:00
GitHub gen-configs Action ef9574bd3a Auto-generated configs and docs 2024-03-05 01:57:20 +00:00
Andrey 836b5b826f traction control ignition cut #5898
UI part
2024-03-04 20:54:55 -05:00
Andrey 4b6786b6ff ETB traction control drop is affected by not-highlighted cell fix #5952 2024-03-04 18:23:48 -05:00
Andrey 3096db5c72 confusing Map3D API fix #6139 2024-03-04 17:58:24 -05:00
GitHub gen-configs Action 2f80025aec Auto-generated configs and docs 2024-03-01 04:19:26 +00:00
Andrey aa4005aa60 only: isLaunchPreCondition 2024-02-29 23:11:25 -05:00
Andrey 8f852fd4e7 only: typo? red flag that launch control coverage does not care 2024-02-29 22:33:37 -05:00
Andrey d3461e3905 odd fire timing_offset_cylinder not accounted by injection fix #6095 2024-02-29 12:29:46 -05:00
Andrey df6ec17a64 odd fire timing_offset_cylinder not accounted by injection #6095
only: TDD to the win
2024-02-29 09:49:03 -05:00
Andrey d2b6ae4d11 only: last rename for now 2024-02-29 00:41:12 -05:00
Andrey a58ab9ebcf only: renaming another variable 2024-02-29 00:34:26 -05:00
Andrey 28cdf85ddc only: renaming variable 2024-02-29 00:29:48 -05:00
Andrey 98dcca20b1 maximumIgnitionTiming does not account timing_offset_cylinder #5894
only: TDD first steps
2024-02-29 00:16:41 -05:00
Andrey b04b6a9251 only: NICE! these values actually mean something! 2024-02-28 22:53:44 -05:00
Andrey 002a2ce016 only: encapsulation/better name 2024-02-28 21:44:02 -05:00
Andrey 2ef1a3c6c4 only: wow hello 2013 fudging 2024-02-28 21:15:04 -05:00
Andrey 928f6f2866 only: reducing magic numbers in unit tests 2024-02-28 21:05:48 -05:00
GitHub gen-configs Action b4d38d0a0d Auto-generated configs and docs 2024-02-29 00:40:37 +00:00
Andrey 17275e4f4b maximumIgnitionTiming does not account timing_offset_cylinder #5894
only: renaming field so that we do not have two entities with same name and different meaning
2024-02-28 19:34:13 -05:00