Skip to content

Commit cc99724

Browse files
committed
gift mode: use https:// and /?device= in web setup URL
1 parent 8ac9859 commit cc99724

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/com/bpmct/trmnl_nook_simple_touch/DisplayActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,9 +964,9 @@ private void showGiftModeScreen() {
964964

965965
TextView urlView = new TextView(this);
966966
if (hasCode) {
967-
urlView.setText("nooks.bpmct.net?device=" + code);
967+
urlView.setText("https://nooks.bpmct.net/?device=" + code);
968968
} else {
969-
urlView.setText("nooks.bpmct.net");
969+
urlView.setText("https://nooks.bpmct.net");
970970
}
971971
urlView.setTextSize(20);
972972
urlView.setTextColor(0xFF000000);

0 commit comments

Comments
 (0)