Nils Winking
Nils Winking
go to your minecraft installation folder, then config, veinminer and go into the tools-and-blocks.json search for pickaxe and an entrance under blocklist > "minecraft:cobblestone", you also have to add a...
I was having problems reading data from a Mifare ultralight tag and setting the delay to 1 fixed it.
I was using SPI and for I2C the delay is set to 1 anyway
I just used the ntag2xx_read example provided by this library and then changed the delay to 1. Before I got no ack frames. Interestingly reading the ID worked fine, but...