Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 216 → Rev 215

/DUBwise/trunk/shared/src/MKCommunicator.java
390,21 → 390,14
}
 
 
public void switch_todo()
{
sleep(50);
version=new MKVersion();
LCD= new MKLCD(this);
debug_data=new MKDebugData();
 
}
 
public void switch_to_fc()
{
wait4send();
send_command(NAVI_SLAVE_ADDR,'u',0);
switch_todo();
 
sleep(50);
version=new MKVersion();
LCD= new MKLCD(this);
}
 
 
412,7 → 405,9
{
wait4send();
send_command(NAVI_SLAVE_ADDR ,'u',1);
switch_todo();
sleep(50);
version=new MKVersion();
LCD= new MKLCD(this);
}
 
public final static byte[] navi_switch_magic={27,27,0x55,(byte)0xAA,0,(byte)'\r'};
429,8 → 424,9
catch (Exception e) { }
sending=false;
switch_todo();
 
sleep(50);
version=new MKVersion();
LCD= new MKLCD(this);
}
 
public String[] flash_msgs;
/DUBwise/trunk/shared/src/MKWatchDog.java
119,9 → 119,6
resend_timeout--;
 
}
else
if (!(mk.debug_data.got_name[0]))
act_debug_name=0;
 
break;