From f8559fc01ec336be9c2ab208f33648bcbcf5ca7b Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 14 Jul 2022 03:29:36 -0400 Subject: [PATCH] https://rusefi.com/forum/viewtopic.php?f=5&t=2373 rusEFI TS plugin launcher fixed --- firmware/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index b611a49fce..2db0a05ded 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -28,6 +28,7 @@ Release template (copy/paste this for new release): ### Fixed - Lua CAN reception fixed for 11-bit IDs where the frame would be received, but a corrupt ID was passed to the handler function. #4321 - Many drop downs menues are now sorted #4339 + - rusEFI TS plugin launcher fixed ### Removed - ICU trigger input logic since it is unused in any current ECU #639