From d4208c991705425af291ac2e9592d291ffb52052 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 1 Jan 2024 13:35:58 -0500 Subject: [PATCH] burnconfig --- Lua-Scripting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index ef189506..cf9cc9c5 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -104,6 +104,10 @@ Sets specified calibration setting to specified value. Fires calibration change For example `setCalibration("cranking.rpm", 900, false)` +#### `burnconfig` + +Schedule write to flash once the engine is stopped. + #### `findSetting(name, defaultValue)` Find User Setting with specified name and returns numeric value. Useful when script developer and script consumer are