-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
TunerStudio command x14 cleanup #434
TunerStudio command x14 cleanup #434
Conversation
TS_COMMAND_14 = 14, | ||
TS_COMMAND_15 = 15, | ||
TS_COMMAND_16 = 16, | ||
TS_UNUSED_1 = 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
TS_UNUSED_13 = 13, | ||
TS_UNUSED_14 = 14, | ||
TS_UNUSED_15 = 15, | ||
TS_UNUSED_16 = 16, | ||
TS_CLEAR_WARNINGS = 17, | ||
TS_IGNITION_CATEGORY = 18, | ||
TS_INJECTOR_CATEGORY = 19, | ||
TS_X14 = 20, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is 0x14 "subbed"? Was this a mechanism to extend the space or something?
This "top level" test command space is used on line 417 of this branch: https://github.com/FOME-Tech/fome-fw/pull/434/files#diff-2bc64a65850292065d75a8ce8029fdbc338eeb43d7049d3c2cbc545be73085ddR417
b9cff6f
to
618530e
Compare
tidy indent/IFDEF
macros in DC motorsuse ADC conversion function in ETBas far as I can tell, this should result in no breaking changes for FOME: no commands changed value/ID, and no releases/bundles exposed the
cmd_calibrate_tps*
symbols.