From 32e99016586e5c84b1a377ac7ce879c06e123d74 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 18 Oct 2022 16:13:19 -0400 Subject: [PATCH] Lua aux gauge fix #4672 --- firmware/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index 85e6f92717..40e7a27afe 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -35,6 +35,7 @@ Release template (copy/paste this for new release): - rusEFI console Startup Frame should scan for available hardware #4633 - Don't fire the engine without the ignition on (avoids USB keeping engine alive after ignition off) #4474 - Lua: function to access VIN setting #3967 + - Lua: designated Lua gauges with logging #4672 ### Fixed - Fuel Priming reset fix #4627