Epic: Remove FSIO #2928

This commit is contained in:
rusefillc 2021-11-20 13:19:50 -05:00
parent 9685c55d09
commit f0e02f70c4
2 changed files with 0 additions and 9 deletions

View File

@ -1,7 +0,0 @@
# min(coolant, 110) would clamp value from top
# max(90, min(coolant, 110)) would clamp result from bottom
# max(90, min(coolant, 110)) - 90 would be in the 0 to 20 range
# (max(90, min(coolant, 110)) - 90) / 20 would be in 0 to 1 range
# (max(90, min(coolant, 110)) - 90) / 20 * 0.8 would be in 0 to 0.8 range
java -jar ../java_console_binary/rusefi_console.jar compile_fsio_line "0.15 + (max(90, min(coolant, 110)) - 90) / 20 * 0.8"

View File

@ -1,2 +0,0 @@
java -jar ../java_console_binary/rusefi_console.jar decompile_fsio_line "map 40 < rpm 2000 > clt 70 > & & 1 0 if"