From 259b47b909e7d408a0a5ce1e4cc8074806c6bd43 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 25 Sep 2020 16:43:48 +0200 Subject: [PATCH] coffee --- client/src/proxmark3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index 1358137bf..1b074d9fe 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -34,8 +34,8 @@ #include "flash.h" #include "preferences.h" -#define BANNERMSG1 "" -#define BANNERMSG2 " :snowflake: bleeding edge :coffee:" +#define BANNERMSG1 " Iceman :coffee:" +#define BANNERMSG2 " :snowflake: bleeding edge" #define BANNERMSG3 " https://github.com/rfidresearchgroup/proxmark3/" typedef enum LogoMode { UTF8, ANSI, ASCII } LogoMode;