PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。
Remove limitter setting dialog.
| @@ -1339,7 +1339,7 @@ | ||
| 1339 | 1339 | subMenu = std_realtime, "Realtime Display" |
| 1340 | 1340 | subMenu = accelEnrichments, "Acceleration Enrichment" |
| 1341 | 1341 | subMenu = egoControl, "AFR/O2", 3 |
| 1342 | - subMenu = RevLimiterS, "Limiters", 2 | |
| 1342 | +;[PJSC] subMenu = RevLimiterS, "Limiters", 2 | |
| 1343 | 1343 | ;[PJSC] subMenu = flexFueling, "Flex Fuel", 2 |
| 1344 | 1344 | ;[PJSC] subMenu = veTableDialog, "VE Table", 0 |
| 1345 | 1345 | ;[PJSC] subMenu = sparkTbl, "Spark Table", 2 |
| @@ -1882,11 +1882,11 @@ | ||
| 1882 | 1882 | field = "Injector 3", veMapSelection3, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; | |
| 1883 | 1883 | field = "Injector 4", veMapSelection4, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; | |
| 1884 | 1884 | ; | |
| 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 } ; | | |
| 1890 | 1890 | ; | |
| 1891 | 1891 | dialog = veMapSelectionDialog, "", xAxis ; | |
| 1892 | 1892 | panel = veMapSelectionSet1 ; | |