From 945e876601b98f6903295f73cd9c09d90f6273a9 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 30 Jul 2022 12:36:43 -0400 Subject: [PATCH] [SECURITY] Cheap password protection against tune modification fix #4243 --- firmware/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index 41087da8c9a..cde82357323 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -31,6 +31,7 @@ Release template (copy/paste this for new release): - counter-noise measure for custom skipped trigger wheels #4375 - Write hard faults to backup ram, print on next boot #4324 - Many more options for Lua CAN rx filters/callbacks #4387 + - Password protection against tune access #4243 ### 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