Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ordinary Mifare classic, Gen1a, Gen2, Gen3 and Gen4 UMC Mifare Dump writing on PN532 BLE with CardPuter #438

Merged
merged 10 commits into from
Nov 18, 2024
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
Loading