Skip to content

Commit

Permalink
Update HTTPS example #117
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 6, 2024
1 parent 6950818 commit a61e700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/HttpsBuiltlnGet/HttpsBuiltlnGet.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ TinyGsm modem(SerialAT);
const char *request_url[] = {
"https://httpbin.org/get",
"https://vsh.pp.ua/TinyGSM/logo.txt",
"https://ipapi.co/json"
"https://ipapi.co/timezone", // Access may be blocked by a firewall
"http://ip-api.com/json/23.158.104.183"
};

void setup()
Expand Down

0 comments on commit a61e700

Please sign in to comment.