From 2f6cb9e45c36b3f954c50df56e0180f3277781ee Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 30 Aug 2026 11:36:17 +0200 Subject: [PATCH] text --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 854f0207e..a444e2c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] -- Changed version data on device side not to be inlined. Moving from main thread ram to .bss. (@iceman1001) +- Changed version data on device side to not be inlined, freeing 1.5kB of stack in the main loop (@iceman1001) - Changed `lf pcf7931` - now use bigbuf_calloc and much smaller array (@iceman1001) - Changed `hf 15 sniff` - now uses bigbuf_calloc and lessen ram footprint on device (@iceman1001) - Added individual json dump formats for ht2, ht1, htS, htU. No more .bin files either for hitag (@iceman1001)