Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Apr 12, 2023
1 parent a3fb582 commit 2ec3f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware/integration/rusefi_config.txt
Expand Up @@ -1236,9 +1236,8 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
bit kLineDoHondaSend
bit unused1129
bit unused1130
uint8_t autoscale benchTestOffTime;Time between bench test pulses;"ms", 5, 0, 0, 2000, 1
uint8_t benchTestCount;How many test bench pulses do you want;"count", 1, 0, 0, 250, 1

This comment has been minimized.

Copy link
@mck1117

mck1117 Apr 12, 2023

Member

you can't do this without revving the flash version

This comment has been minimized.

Copy link
@rusefillc

rusefillc Apr 12, 2023

Contributor

like 79b086f?

This comment has been minimized.

Copy link
@mck1117

mck1117 Apr 12, 2023

Member

yup, like that 👍

uint8_t autoscale benchTestOnTime;Length of each of the test pulses;"ms", 5, 0, 0, 2000, 1
uint16_t autoscale benchTestOnTime;Length of each of the test pulses;"ms", 0.1, 0, 0, 2000, 1
pin_input_mode_e launchActivatePinMode;
Gpio can2TxPin;set_can2_tx_pin X
Gpio can2RxPin;set_can2_rx_pin X
Expand Down Expand Up @@ -1590,7 +1589,8 @@ pin_input_mode_e[LUA_DIGITAL_INPUT_COUNT iterate] luaDigitalInputPinModes;
uint8_t autoscale rpmSoftLimitTimingRetard;Degrees of timing REMOVED from actual timing during soft RPM limit window;"deg", 0.2, 0, 0, 50, 1
uint8_t autoscale rpmSoftLimitFuelAdded;% of fuel ADDED during window;"%", 0.2, 0, 0, 50, 1
uint8_t autoscale rpmHardLimitHyst;Hysterisis: if the hard limit is 7200rpm and rpmHardLimitHyst is 200rpm, then when the ECU sees 7200rpm, fuel/ign will cut, and stay cut until 7000rpm (7200-200) is reached;"RPM", 10, 0, 0, 2500, 0
uint8_t[34] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
uint16_t autoscale benchTestOffTime;Time between bench test pulses;"ms", 0.1, 0, 0, 2000, 1
uint8_t[32] mainUnusedEnd;;"units", 1, 0, 0, 1, 0

! end of engine_configuration_s
end_struct
Expand Down

0 comments on commit 2ec3f80

Please sign in to comment.