/* I'm not use English, so I do not speak English well, please excuse me
* Use the Google Translation
*/
I download a SW282911 at the NXP.com.
And then do it this
' ' ' shell
$ mkdir build
$ cd build
$ cmake ../source
$ make
' ' '
so when I run ' $ explorenfc-cardemulation' is success.
printed the 'Card Emulation started.'
And I fix the /source/main.c
Line Number 238:
printf("Card Emulation started.\n");
-> printf("My Card Emlation started.\n");
then $cd ../build
$ cmake ../source
$ make
I run '$ explorenfc-cardemulation' that result is
printed the 'Card Emulation started.'
I think that printed the 'My Card Emulation started.' is right, but result is not.
How change the source and apply it?