Andrey
|
cda2b711cf
|
migrating to SensorType::Rpm API
|
2022-01-20 23:32:59 -05:00 |
Andrey
|
940b04ab24
|
Let's always have TS structure so that unit tests can check values in outputChannels, kind of making outputChannels a god dump for state but whatever since Live View is coming
|
2021-12-07 20:18:47 -05:00 |
Matthew Kennedy
|
f8403543d6
|
wall fuel tweaks (#3617)
|
2021-11-25 18:45:44 -05:00 |
Scott Smith
|
823d9a07e0
|
Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"
git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
|
2021-11-17 03:54:21 -05:00 |
Matthew Kennedy
|
8cdac4cac0
|
remove engine pointer passing (#3556)
* some
* more
* more
* the last?!
|
2021-11-16 04:15:29 -05:00 |
rusefillc
|
d84cf5eea8
|
splitting accelerations
|
2021-10-16 20:16:40 -04:00 |