File tree Expand file tree Collapse file tree
src/com/bpmct/trmnl_nook_simple_touch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -443,6 +443,7 @@ public void run() {
443443 public void run () {
444444 pendingConnectivityTimeoutRunnable = null ;
445445 logD ("connectivity wait timed out" );
446+ logD ("Ensure you are connected to WiFi. Press the home button and go into settings to configure." );
446447 cancelConnectivityWait ();
447448 if (showErrorInMenu ) {
448449 a .showMenuStatus ("Couldn't connect. Tap Next to retry." , true );
@@ -458,6 +459,7 @@ public void run() {
458459 refreshHandler .postDelayed (pendingConnectivityTimeoutRunnable , CONNECTIVITY_MAX_WAIT_MS );
459460 setBootStatus ("Waiting for WiFi..." );
460461 logD ("waiting for connectivity, fetch as soon as up (max " + (CONNECTIVITY_MAX_WAIT_MS / 1000L ) + "s)" );
462+ logD ("Ensure you are connected to WiFi. Press the home button and go into settings to configure." );
461463 }
462464
463465 private void cancelConnectivityWait () {
You can’t perform that action at this time.
0 commit comments