getCalibration clarification?

This commit is contained in:
rusefillc 2023-01-05 10:57:43 -05:00
parent c9e9fb0a82
commit f891301dd6
1 changed files with 2 additions and 2 deletions

View File

@ -73,9 +73,9 @@ Disable/suppress A/C functionality regardless of what and how enables it, an ove
#### `getCalibration(name)`
Gets current calibration value for specified scalar setting. For example ``getCalibration("cranking.rpm")``
Gets current calibration value for specified scalar setting ``name``. For example ``getCalibration("cranking.rpm")``
See [https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/generated/value_lookup_generated.md](https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/generated/value_lookup_generated.md) for field names.
For complete list of possible parameter values see [https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/generated/value_lookup_generated.md](https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/generated/value_lookup_generated.md) for field names.
#### `setCalibration(name, value, needEvent)`