From 0d5e76a9cafcca4ce28e9b0fcda4eac78b7dc6b0 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 4 Jan 2024 23:30:48 +0100 Subject: [PATCH] text --- CHANGELOG.md | 2 ++ common_arm/flashmem.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a8aa6d4..f3da0a0ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ 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] + - Added trace of sniffed SEOS traffic between reader and card (@iceman1001) + - Change `hf seos list` - print crc and annotate better (@iceman1001) - Added troubleshooting entry - ARM architecture error (@francis2054) - Fixed `lf pyramid sim` - wrong parameter handling (@iceman1001) - Fixed bootloader - Ignore jitters when pressing the button (@wh201906) diff --git a/common_arm/flashmem.c b/common_arm/flashmem.c index f4dde74a0..2cb54ed39 100644 --- a/common_arm/flashmem.c +++ b/common_arm/flashmem.c @@ -339,10 +339,10 @@ void Flashmem_print_status(void) { Dbprintf(" Baudrate................ " _GREEN_("%d MHz"), FLASHMEM_SPIBAUDRATE / 1000000); if (!FlashInit()) { - DbpString(" Init.................... " _RED_("FAILED")); + DbpString(" Init.................... " _RED_("failed")); return; } - DbpString(" Init.................... " _GREEN_("OK")); + DbpString(" Init.................... " _GREEN_("ok")); // NOTE: It would likely be more useful to use JDEC ID command 9F, // as it provides a third byte indicative of capacity.