removing dead property customUseRiseEdge
This commit is contained in:
parent
e0a155ea29
commit
0f3405b7e4
|
@ -5,6 +5,7 @@ current binaries are always available at http://rusefi.com/build_server/
|
|||
|
||||
| Release date | Revision | Details |
|
||||
| ------------ | --------- | ------- |
|
||||
| 02/22/2017 | r2973 | unused property 'custom Use Rise Edge' removed |
|
||||
| 02/22/2017 | r2972 | protocol signature changed to 'v0.02' (this would happen from time to time to ensure version match between console and TS project |
|
||||
| 02/20/2017 | r2939 | https://github.com/rusefi/rusefi is now the official primary repository |
|
||||
| 02/18/2017 | r11565 | improvement: level1 default brown out https://sourceforge.net/p/rusefi/tickets/354/ |
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -353,7 +353,7 @@ custom trigger_type_e 4 bits, U32, @OFFSET@, [0:5], @@trigger_type_e_enum@@
|
|||
float unusedcustomSyncRatioFrom;;"number", 1, 0.0, 0, 1000.0, 4
|
||||
float unusedcustomSyncRatioTo;;"number", 1, 0.0, 0, 1000.0, 4
|
||||
|
||||
bool32_t customUseRiseEdge;
|
||||
bool32_t unusedcustomUseRiseEdge;
|
||||
end_struct
|
||||
|
||||
trigger_config_s trigger;
|
||||
|
|
|
@ -249,5 +249,5 @@ int getRusEfiVersion(void) {
|
|||
return 123; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||
return 3211; // this is here to make the compiler happy about the unused array
|
||||
return 20170220;
|
||||
return 20170222;
|
||||
}
|
||||
|
|
|
@ -1492,9 +1492,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
field = "#Custom Trigger"
|
||||
field = "total Tooth Count", trigger_customTotalToothCount, {trigger_type == 0}
|
||||
field = "skipped Tooth Count", trigger_customSkippedToothCount, {trigger_type == 0}
|
||||
; field = "sync Ratio From", trigger_customSyncRatioFrom, {trigger_type == 0}
|
||||
; field = "sync Ratio To", trigger_customSyncRatioTo, {trigger_type == 0}
|
||||
field = "use Rise Edge?", trigger_customUseRiseEdge, {trigger_type == 0}
|
||||
|
||||
dialog = triggerConfiguration_IO, "Settings I/O"
|
||||
field = "!ECU reboot needed to apply pin assignment"
|
||||
field = "#Cam is primary if you have cam sensor"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue