Update 'Seeed Wio Terminal/projects/m5-gps.ino'

This commit is contained in:
2025-03-24 22:49:40 +00:00
parent bf7c954510
commit ff0f1f0beb

View File

@@ -115,7 +115,7 @@ void displayInfo()
void api_lookup()
{
HTTPClient http;
String api_key = "e86b43a62693d9c23eb781f3a06ff13c";
String api_key = "API KEY";
String url = "http://api.openweathermap.org/geo/1.0/reverse?lat=" + last_lat + "&lon=" + last_lon + "&limit=1&appid=" + api_key;
http.begin(url);