Skip to content

Commit 408be70

Browse files
committed
Add WiFi configuration hint to connectivity messages
1 parent 8805493 commit 408be70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/com/bpmct/trmnl_nook_simple_touch/DisplayActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)