mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Don't display the bandwidth message
This commit is contained in:
parent
0b0db6875f
commit
a3e4556785
@ -1266,7 +1266,6 @@ network_connection_error_t Network::ConnectFSM()
|
|||||||
return AGAIN_ERROR;
|
return AGAIN_ERROR;
|
||||||
break;
|
break;
|
||||||
case CONN_BANDWIDTH_PING:
|
case CONN_BANDWIDTH_PING:
|
||||||
TheC64->TheDisplay->display_status_string((char*)"TESTING BANDWIDTH", 1);
|
|
||||||
this->ResetNetworkUpdate();
|
this->ResetNetworkUpdate();
|
||||||
this->SendPingAck(this->is_master, BANDWIDTH_PING, 1024);
|
this->SendPingAck(this->is_master, BANDWIDTH_PING, 1024);
|
||||||
this->SendUpdate();
|
this->SendUpdate();
|
||||||
@ -1282,7 +1281,7 @@ network_connection_error_t Network::ConnectFSM()
|
|||||||
return err;
|
return err;
|
||||||
} break;
|
} break;
|
||||||
case CONN_CONNECTED:
|
case CONN_CONNECTED:
|
||||||
TheC64->TheDisplay->display_status_string((char*)"CONNECTED!", 1);
|
TheC64->TheDisplay->display_status_string((char*)"CONNECTED!", 2);
|
||||||
/* The lowest number is the default master */
|
/* The lowest number is the default master */
|
||||||
default:
|
default:
|
||||||
return OK;
|
return OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user