• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。


Commit MetaInfo

Revision37 (tree)
Time2019-02-18 17:15:11
Authormaharu

Log Message

Remove limitter setting dialog.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/reference/PJSC.ini (revision 36)
+++ branches/Ver1.00_base/reference/PJSC.ini (revision 37)
@@ -1339,7 +1339,7 @@
13391339 subMenu = std_realtime, "Realtime Display"
13401340 subMenu = accelEnrichments, "Acceleration Enrichment"
13411341 subMenu = egoControl, "AFR/O2", 3
1342- subMenu = RevLimiterS, "Limiters", 2
1342+;[PJSC] subMenu = RevLimiterS, "Limiters", 2
13431343 ;[PJSC] subMenu = flexFueling, "Flex Fuel", 2
13441344 ;[PJSC] subMenu = veTableDialog, "VE Table", 0
13451345 ;[PJSC] subMenu = sparkTbl, "Spark Table", 2
@@ -1882,11 +1882,11 @@
18821882 field = "Injector 3", veMapSelection3, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
18831883 field = "Injector 4", veMapSelection4, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
18841884 ; |
1885- dialog = veMapSelectionSet2, "VE Table selection1 - SW ON" ; |
1886- field = "Injector 1", veMapSelection1_2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1887- field = "Injector 2", veMapSelection2_2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1888- field = "Injector 3", veMapSelection3_2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1889- field = "Injector 4", veMapSelection4_2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1885+ dialog = veMapSelectionSet2, "VE Table selection2 - SW ON" ; |
1886+ field = "Injector 1", veMapSelection1_2, { multiVEmapEnabled == 2 } ; |
1887+ field = "Injector 2", veMapSelection2_2, { multiVEmapEnabled == 2 } ; |
1888+ field = "Injector 3", veMapSelection3_2, { multiVEmapEnabled == 2 } ; |
1889+ field = "Injector 4", veMapSelection4_2, { multiVEmapEnabled == 2 } ; |
18901890 ; |
18911891 dialog = veMapSelectionDialog, "", xAxis ; |
18921892 panel = veMapSelectionSet1 ; |