Open adamreisnz opened 7 years ago
Hello, your example is broken. You forgot to specify that the function is async, e.g.
nfcReader.on('card', async (card) => {
Thank you. Need to be fixed.
Hello, your example is broken. You forgot to specify that the function is async, e.g.
nfcReader.on('card', async (card) => {