1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2024-11-12 00:40:47 +01:00

More readable PN5180 tweak (but still not understandable)

This commit is contained in:
whowechina 2024-05-28 12:32:35 +08:00
parent 62b080fead
commit 928d73605e

View File

@ -271,7 +271,7 @@ static void poll_mifare_0()
pn5180_reset();
pn5180_load_rf_config(0x00, 0x80);
if (nfc_runtime.pn5180_tx_tweak) {
write_reg(CMD_WRITE_REG, 0x21, 0x789);
write_reg(CMD_WRITE_REG, 0x21, 0x783); // Enable DPLL
}
pn5180_rf_field(true);
rf_crc_off();