-
-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fixes for getAdvance1, getAdvance2 & secondary tables. #1155
Merged
noisymime
merged 18 commits into
speeduino:master
from
adbancroft:bugfix-getAdvance-secondary
Jan 9, 2025
Merged
Bug fixes for getAdvance1, getAdvance2 & secondary tables. #1155
noisymime
merged 18 commits into
speeduino:master
from
adbancroft:bugfix-getAdvance-secondary
Jan 9, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
2 times, most recently
from
January 17, 2024 03:50
4c8da52
to
ee9b085
Compare
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
February 26, 2024 05:54
ee9b085
to
f3db0ec
Compare
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
2 times, most recently
from
April 10, 2024 23:15
f3da482
to
6ad068e
Compare
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
June 5, 2024 04:43
6ad068e
to
02413d4
Compare
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
July 19, 2024 05:28
02413d4
to
7a24140
Compare
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
July 31, 2024 05:36
7a24140
to
7550703
Compare
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
September 24, 2024 20:43
7550703
to
ec54366
Compare
Memory usage change @ ec54366
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
September 30, 2024 23:23
ec54366
to
f6ce42a
Compare
Memory usage change @ f6ce42a
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
October 1, 2024 04:19
f6ce42a
to
e12d99c
Compare
Memory usage change @ e12d99c
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 14, 2024 16:45
e12d99c
to
f6f58d8
Compare
Memory usage change @ f6f58d8
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 14, 2024 17:04
f6f58d8
to
719ca0b
Compare
Memory usage change @ 719ca0b
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 18, 2024 15:24
719ca0b
to
d11a8c3
Compare
Memory usage change @ d11a8c3
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 23, 2024 15:01
d11a8c3
to
c0c81b3
Compare
Memory usage change @ c0c81b3
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 23, 2024 16:33
c0c81b3
to
98dd891
Compare
Memory usage change @ 98dd891
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 30, 2024 04:57
98dd891
to
a2f7c17
Compare
Memory usage change @ a2f7c17
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 30, 2024 14:11
a2f7c17
to
7caf754
Compare
Memory usage change @ 7caf754
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 31, 2024 17:13
7caf754
to
671d4d9
Compare
Memory usage change @ 671d4d9
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
December 31, 2024 17:36
671d4d9
to
80d6c8c
Compare
Memory usage change @ 80d6c8c
Click for full report table
Click for full report CSV
|
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
January 1, 2025 06:54
80d6c8c
to
a0d9149
Compare
Memory usage change @ a0d9149
Click for full report table
Click for full report CSV
|
(which is optimised)
adbancroft
force-pushed
the
bugfix-getAdvance-secondary
branch
from
January 1, 2025 20:28
a0d9149
to
ecf2df6
Compare
Memory usage change @ ecf2df6
Click for full report table
Click for full report CSV
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1152
Fixes #1153
Fixes #1154
Fixes #1274
Details:
In addition to the bug fixes:
calculateSecondaryFuel()
&calculateSecondarySpark()
getVE[1|2]
& getAdvance[1|2] into sharedgetLoad()
function (load_source.h)calculateSecondaryFuel()
&calculateSecondarySpark()
to remove duplicate code blocks.