Skip to content

Commit

Permalink
PicoPass: Fix Card Detection Visuals (#1511)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
TQMatvey and skotopes authored Aug 4, 2022
1 parent 8a370d7 commit 040558c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/picopass/scenes/picopass_scene_read_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void picopass_scene_read_card_on_enter(void* context) {

// Setup view
Popup* popup = picopass->popup;
popup_set_header(popup, "Detecting\npicopass card", 70, 34, AlignLeft, AlignTop);
popup_set_header(popup, "Detecting\npicopass\ncard", 68, 30, AlignLeft, AlignTop);
popup_set_icon(popup, 0, 3, &I_RFIDDolphinReceive_97x61);

// Start worker
Expand Down

0 comments on commit 040558c

Please sign in to comment.