diff --git a/applications/nfc/nfc.c b/applications/nfc/nfc.c index 593630f1..c47a4ae4 100644 --- a/applications/nfc/nfc.c +++ b/applications/nfc/nfc.c @@ -188,7 +188,7 @@ void nfc_test_callback(void* context) { dispatcher_lock(nfc->dispatcher); - if(nfc->ret == ERR_NONE && !nfc->worker) { + if(!nfc->worker) { nfc->screen = 0; widget_enabled_set(nfc->widget, true); nfc->worker = osThreadNew(nfc_worker_task, nfc, &nfc->worker_attr); diff --git a/lib/ST25RFAL002/doc/_htmresc/st_logo.png b/lib/ST25RFAL002/doc/_htmresc/st_logo.png index 8b80057f..068f0346 100755 Binary files a/lib/ST25RFAL002/doc/_htmresc/st_logo.png and b/lib/ST25RFAL002/doc/_htmresc/st_logo.png differ