Skip to content

Commit 1a4d928

Browse files
committed
fix rfid fuzzer gui
1 parent a8858e3 commit 1a4d928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/flipfrid/scene/flipfrid_scene_run_attack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ void flipfrid_scene_run_attack_on_draw(Canvas* canvas, FlipFridState* context) {
193193
snprintf(
194194
uid,
195195
sizeof(uid),
196-
"%2X:%2X:%2X:%2X:%2X",
196+
"%02X:%02X:%02X:%02X:%02X",
197197
context->payload[0],
198198
context->payload[1],
199199
context->payload[2],

0 commit comments

Comments
 (0)