diff --git a/examples/doc/quick_start_example1.c b/examples/doc/quick_start_example1.c index bea13f2..f8dd379 100644 --- a/examples/doc/quick_start_example1.c +++ b/examples/doc/quick_start_example1.c @@ -26,16 +26,6 @@ main (int argc, const char *argv[]) // Set connected NFC device to initiator mode nfc_initiator_init (pnd); - // Drop the field for a while - nfc_configure (pnd, NDO_ACTIVATE_FIELD, false); - - // Let the reader only try once to find a tag - nfc_configure (pnd, NDO_INFINITE_SELECT, false); - - // Configure the CRC and Parity settings - nfc_configure (pnd, NDO_HANDLE_CRC, true); - nfc_configure (pnd, NDO_HANDLE_PARITY, true); - // Enable field so more power consuming cards can power themselves up nfc_configure (pnd, NDO_ACTIVATE_FIELD, true); diff --git a/libnfc/additional-pages.dox b/libnfc/additional-pages.dox index d6e1f90..7cad79e 100644 --- a/libnfc/additional-pages.dox +++ b/libnfc/additional-pages.dox @@ -25,7 +25,7 @@ */ /** - * @page changelog_page ChangeLog from 1.2.1 to 1.3.0 + * @page changelog_page ChangeLog * @verbinclude ChangeLog */