From 35d1d6a0b51d93f193a7c02acdb3813a43f39f59 Mon Sep 17 00:00:00 2001 From: Jelmer Date: Wed, 13 Dec 2023 23:26:57 +0100 Subject: [PATCH] Created M3 Tag Firmware changelog (markdown) --- M3-Tag-Firmware-changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 M3-Tag-Firmware-changelog.md diff --git a/M3-Tag-Firmware-changelog.md b/M3-Tag-Firmware-changelog.md new file mode 100644 index 0000000..4ea3a92 --- /dev/null +++ b/M3-Tag-Firmware-changelog.md @@ -0,0 +1,10 @@ +## 0024 - Feature parity ## +This version more or less brings the M3 tags to the feature level of the M2 tags! +- Slideshows are now working +- Preloaded images for buttons / splashscreens are implemented +- 'Battery' and 'No-RF' overlay are now correctly placed on the screen +- UC-based 2.9" tags are now supported +- Settings now working +- Code cleanup + +Errata: FW still uses GPIOTE for buttons/NFC events. GPIOTE consumes quite a bit more power than should be needed. Turning it off certainly helps, and optimizes power consumption by about 50%, but buttons won't work. GPIOTE is turned off for the 4.3" tags, as they don't have any buttons \ No newline at end of file