From fc8cfb4e63f109e4f11cffca8738d651b86b5264 Mon Sep 17 00:00:00 2001 From: ambroserrg Date: Tue, 10 Mar 2026 09:55:52 +0800 Subject: [PATCH] Update documentation for hardware upgrade Added notices to README.md and CHANGELOG.md about the hardware upgrade that allows restarting the Ultra by running each RGB color once, resolving previous firmware modification issues. --- CHANGELOG.md | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b198c8e..bc59d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +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] + - Hardware upgrade: Restarting the Ultra now only requires running each of the three RGB colors once, resolving previous firmware modification issues - Added commands to dump and clone Mifare tags - Fix bad missing tools warning (@suut) - Fix for FAST_READ command for nfc - mf0 tags diff --git a/README.md b/README.md index c185200..757c021 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Guangdong, China: [MTools Tec](https://shop.mtoolstec.com/) Lazada One, Singapore: [Aliexpress by RRG](https://proxgrind.aliexpress.com/store/1101312023) +# Hardware Upgrade Notice + +**Important:** The Chameleon Ultra hardware has been upgraded! Restarting the device now only requires running each of the three RGB colors once (equivalent to a restart). This resolves previous issues where firmware modifications could cause the device to malfunction. + # What is it and how to use ? Read the [available documentation](https://github.com/RfidResearchGroup/ChameleonUltra/wiki).