Skip to content

Commit

Permalink
Merge pull request #438 from whywilson/main
Browse files Browse the repository at this point in the history
Support ordinary Mifare classic, Gen1a, Gen2, Gen3 and Gen4 UMC Mifare Dump writing on PN532 BLE with CardPuter
  • Loading branch information
pr3y authored Nov 18, 2024
2 parents ccadd9c + 0cc5619 commit f297414
Show file tree
Hide file tree
Showing 4 changed files with 701 additions and 23 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lib_deps =
https://github.com/rennancockles/MFRC522-I2C
https://github.com/rennancockles/ESP-ChameleonUltra
https://github.com/rennancockles/ESP-Amiibolink
https://github.com/whywilson/ESP-PN532BLE#1262a21
https://github.com/whywilson/ESP-PN532BLE
NTPClient
Timezone
ESP32Time
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void setup() {
BLEConnected=false;

setup_gpio();

#if TFT_MOSI==SDCARD_MOSI // If TFT and SD_Card shares the same SPI Bus, TFT must be initialized before.
bruceConfig.bright=100; // theres is no value yet
begin_tft();
Expand Down
Loading

0 comments on commit f297414

Please sign in to comment.