We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(v4.2.0)
❗ J1708 decoding instability under high bus load
❗冷机启动时涡轮压力预测偏差 (±3.2%)
❗ AEM Infinity用户需手动校准CAN偏移量
Temporary Workarounds:
config.set('turbo_model', 'cold_start_offset', 1.08)
can_adapter.set_timeout(1250) # μs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(v4.2.0)
❗ J1708 decoding instability under high bus load
❗冷机启动时涡轮压力预测偏差 (±3.2%)
❗ AEM Infinity用户需手动校准CAN偏移量
Temporary Workarounds:
For turbo prediction accuracy:
config.set('turbo_model', 'cold_start_offset', 1.08)
For J1708 stability:
can_adapter.set_timeout(1250) # μs
The text was updated successfully, but these errors were encountered: