Compare commits

...

3 Commits

Author SHA1 Message Date
Matthew Kennedy ebe5f6ab54 changelog 2024-08-30 10:46:21 -07:00
Matthew Kennedy 8591dd1336 Merge branch 'master' of https://github.com/fome-tech/fome-fw 2024-08-30 10:45:09 -07:00
Matthew Kennedy 227723484c useless comment 2024-08-29 22:40:53 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,8 @@ or
- Add 1-5-4-8-3-7-2-6 and 1-6-5-10-2-7-3-8-4-9 firing orders
- Console command `set_sensor_mock` now accepts a sensor by name, instead of index. Example: `set_sensor_mock CLT 85.5`
- TunerStudio UI improvements (#436, etc)
- Dropdown selector for popular gearbox ratios (#358, thank you @alrijleh!)
- Dropdown selector for popular gearbox ratios (#358, thank you @alrijleh and @nmschulte!)
- Add two more aux linear sensors #476
### Fixed
- Improve performance with Lua CAN reception of a high volume of frames

View File

@ -80,7 +80,6 @@ char* itoa10(char *p, int num);
bool strEqualCaseInsensitive(const char *str1, const char *str2);
bool strEqual(const char *str1, const char *str2);
// Currently used by air-interp. tCharge mode (see EngineState::updateTChargeK()).
float limitRateOfChange(float newValue, float oldValue, float incrLimitPerSec, float decrLimitPerSec, float secsPassed);
bool isPhaseInRange(float test, float current, float next);