removing dead property customUseRiseEdge

This commit is contained in:
rusefi 2017-02-22 21:28:31 -05:00
parent e0a155ea29
commit 0f3405b7e4
7 changed files with 4629 additions and 4630 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;
}

View File

@ -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