From df001eed02447ccb66df6381b5ce1f802943b49e Mon Sep 17 00:00:00 2001 From: himazawa <73994521+himazawa@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:43:44 +0200 Subject: [PATCH] chore: fixed typo --- content/posts/onyx-boox-go-10.3/index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/onyx-boox-go-10.3/index.en.md b/content/posts/onyx-boox-go-10.3/index.en.md index 09d05a1..587e798 100644 --- a/content/posts/onyx-boox-go-10.3/index.en.md +++ b/content/posts/onyx-boox-go-10.3/index.en.md @@ -135,7 +135,7 @@ adb shell settings put global ntp_server_2 en.pool.ntp.org # replace "en" with y ``` ## Change captive portal endpoints -Onyx uses their endpoints for the captive portal pings so I changed android ones: +Onyx uses their endpoints for the captive portal pings so I switched them with the ones from Android: ```adb adb shell settings put global captive_portal_http_url "http://connectivitycheck.android.com/generate_204"