Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 215 → Rev 216

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