Skip to content

Commit

Permalink
Merge pull request #337 from rennancockles/dev
Browse files Browse the repository at this point in the history
Chameleon integration
  • Loading branch information
pr3y authored Oct 12, 2024
2 parents 591c708 + b79dc9b commit 759e593
Show file tree
Hide file tree
Showing 3 changed files with 590 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/menu_items/RFIDMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "core/settings.h"
#include "modules/rfid/tag_o_matic.h"
#include "modules/rfid/rfid125.h"
#include "modules/rfid/chameleon.h"

void RFIDMenu::optionsMenu() {
options = {
Expand All @@ -11,6 +12,7 @@ void RFIDMenu::optionsMenu() {
{"Load file", [=]() { TagOMatic(TagOMatic::LOAD_MODE); }},
{"Erase data", [=]() { TagOMatic(TagOMatic::ERASE_MODE); }},
{"Write NDEF", [=]() { TagOMatic(TagOMatic::WRITE_NDEF_MODE); }},
{"Chameleon", [=]() { Chameleon(); }},
{"Config", [=]() { configMenu(); }},
{"Main Menu", [=]() { backToMenu(); }},
};
Expand Down
Loading

0 comments on commit 759e593

Please sign in to comment.