ENH:enter access code with ip address when lan mode connect

Change-Id: I987f953bad20d8ddea299226eb6f49a157fc7be4
This commit is contained in:
tao wang 2023-01-10 15:48:54 +08:00 committed by Lane.Wei
parent 18366df5d0
commit 7de62693c7
6 changed files with 92 additions and 13 deletions

View file

@ -305,6 +305,7 @@ void SendJob::process()
if (result == BAMBU_NETWORK_ERR_FTP_LOGIN_DENIED) {
msg_text += ". ";
msg_text += _L("Please log out and login to the printer again.");
m_enter_ip_address_fun();
}
else {
msg_text += wxString::Format("[%s]", error_text);