From c75b52238ce4511e1c4a3a5943a3ebd341da8fad Mon Sep 17 00:00:00 2001 From: schneider Date: Sat, 16 Jul 2011 20:17:46 +0200 Subject: [PATCH] vcard: first working things --- firmware/applications/vcard.c | 18 ++++++++++++++---- firmware/funk/filetransfer.c | 4 ++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/firmware/applications/vcard.c b/firmware/applications/vcard.c index 817ef02..fe04108 100644 --- a/firmware/applications/vcard.c +++ b/firmware/applications/vcard.c @@ -58,6 +58,7 @@ int receiveKey(uint8_t type, uint8_t *x, uint8_t *y) uint8_t n; n = nrf_rcv_pkt_time(1000, 30, buf); + lcdPrint("pkt:"); lcdPrintInt(n);lcdPrintln(""); lcdRefresh(); if( n == 30 && buf[0] == type && buf[1] == 'X' ){ for(int i=0; i