vcard: funny errors with vcard...
This commit is contained in:
parent
271a1b12a3
commit
78f3f25937
|
@ -303,7 +303,6 @@ void sendFile(char *filename)
|
||||||
void main_vcard(void) {
|
void main_vcard(void) {
|
||||||
char key;
|
char key;
|
||||||
nrf_init();
|
nrf_init();
|
||||||
f_mount(0, &FatFs[0]);
|
|
||||||
|
|
||||||
struct NRF_CFG config = {
|
struct NRF_CFG config = {
|
||||||
.channel= 81,
|
.channel= 81,
|
||||||
|
@ -330,6 +329,10 @@ void main_vcard(void) {
|
||||||
receiveFile();
|
receiveFile();
|
||||||
}else if(key==BTN_RIGHT){
|
}else if(key==BTN_RIGHT){
|
||||||
DoString(0,8,"MSC Enabled.");
|
DoString(0,8,"MSC Enabled.");
|
||||||
|
DoString(0,8,"MSC Enabled.");
|
||||||
|
|
||||||
|
//DoString(0,8,"MSC Enabled.");
|
||||||
|
|
||||||
lcdDisplay();
|
lcdDisplay();
|
||||||
usbMSCInit();
|
usbMSCInit();
|
||||||
while(!getInputRaw())delayms(10);
|
while(!getInputRaw())delayms(10);
|
||||||
|
|
Loading…
Reference in New Issue