diff --git a/firmware/controllers/lua/lua_hooks.cpp b/firmware/controllers/lua/lua_hooks.cpp index 835438f5ca..b8b15b4e18 100644 --- a/firmware/controllers/lua/lua_hooks.cpp +++ b/firmware/controllers/lua/lua_hooks.cpp @@ -548,7 +548,7 @@ void configureRusefiLuaHooks(lua_State* l) { auto incrementVersion = lua_toboolean(l, 3); setConfigValueByName(propertyName, value); if (incrementVersion) { - + incrementGlobalConfigurationVersion(); } return 0; });