mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +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;
|
||||
break;
|
||||
case CONN_BANDWIDTH_PING:
|
||||
TheC64->TheDisplay->display_status_string((char*)"TESTING BANDWIDTH", 1);
|
||||
this->ResetNetworkUpdate();
|
||||
this->SendPingAck(this->is_master, BANDWIDTH_PING, 1024);
|
||||
this->SendUpdate();
|
||||
@ -1282,7 +1281,7 @@ network_connection_error_t Network::ConnectFSM()
|
||||
return err;
|
||||
} break;
|
||||
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 */
|
||||
default:
|
||||
return OK;
|
||||
|
Loading…
Reference in New Issue
Block a user