[SECURITY] Cheap password protection against tune modification fix #4243

This commit is contained in:
rusefillc 2022-07-30 12:36:43 -04:00
parent 26ae6f7490
commit 945e876601
1 changed files with 1 additions and 0 deletions

View File

@ -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